From 66bc3adcf124e8252adb24fb503be89befb43e59 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 10 2012 14:20:24 +0000 Subject: Update `Functions/Help/help.sh' file. --- diff --git a/Scripts/Bash/Functions/Help/help.sh b/Scripts/Bash/Functions/Help/help.sh index 5d9ba07..797ea48 100755 --- a/Scripts/Bash/Functions/Help/help.sh +++ b/Scripts/Bash/Functions/Help/help.sh @@ -158,7 +158,7 @@ function help { # the working copy and changes in the working copy # committed up to repository. if [[ -d ${MANUAL_CHANGED_DIRS} ]];then - cli_synchronizeRepoChanges ${MANUAL_CHANGED_DIRS} + cli_synchronizeRepoChanges "${MANUAL_CHANGED_DIRS}" fi # Initialize documentation format functionalities. At @@ -201,6 +201,6 @@ function help { # Syncronize changes between repository and working copy. At this # point, changes in the repository are merged in the working copy # and changes in the working copy committed up to repository. - cli_synchronizeRepoChanges ${MANUAL_CHANGED_DIRS} + cli_synchronizeRepoChanges "${MANUAL_CHANGED_DIRS}" }