diff --git a/Scripts/Functions/Help/help.sh b/Scripts/Functions/Help/help.sh index 4a80caa..ce6ede8 100755 --- a/Scripts/Functions/Help/help.sh +++ b/Scripts/Functions/Help/help.sh @@ -55,7 +55,7 @@ function help { # When manual's top-level location is other but the ones # permitted, use `trunk/Manuals' directory structure as default # location to store documentation manuals. - if [[ ! $MANUAL_TLDIR =~ "^${HOME}/artwork/(trunk|branches)/Manuals" ]];then + if [[ ! $MANUAL_TLDIR =~ "^${HOME}/artwork/(trunk/Manuals|branches/Manuals/[[:alnum:]-]+)" ]];then MANUAL_TLDIR="${HOME}/artwork/trunk/Manuals" fi