diff --git a/Scripts/Functions/Help/help.sh b/Scripts/Functions/Help/help.sh index d32c09f..2a0a29b 100755 --- a/Scripts/Functions/Help/help.sh +++ b/Scripts/Functions/Help/help.sh @@ -55,8 +55,8 @@ 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/Manuals|branches/Manuals/[[:alnum:]-]+)$" ]];then - MANUAL_TLDIR="${HOME}/artwork/trunk/Manuals" + if [[ ! $MANUAL_TLDIR =~ "^${CLI_WRKCOPY}/(trunk/Manuals|branches/Manuals/[[:alnum:]-]+)$" ]];then + MANUAL_TLDIR="${CLI_WRKCOPY}/trunk/Manuals" fi # Initialize documentation entries arrays. Arrays defined here