From 358fb0fde6f0ee1b8b3f59f415ed3e2ad4290280 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 29 2011 03:00:26 +0000 Subject: Update `Functions/Help/help.sh'. Start using CLI_WRKCOPY variable, instead of `HOME/artwork' string. --- 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