From 48cf4f8f1f79d499ec6d4c8103bda1197b8360ee Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 20 2011 06:20:37 +0000 Subject: Update manual_updateOutputFiles.sh. --- diff --git a/Scripts/Bash/Functions/Manual/manual_updateOutputFiles.sh b/Scripts/Bash/Functions/Manual/manual_updateOutputFiles.sh index 6a8d5dd..48f2d3a 100755 --- a/Scripts/Bash/Functions/Manual/manual_updateOutputFiles.sh +++ b/Scripts/Bash/Functions/Manual/manual_updateOutputFiles.sh @@ -27,7 +27,7 @@ function manual_updateOutputFiles { # Add division line to differentiate action output visually. - echo '----------------------------------------------------------------------' + cli_printMessage '-' 'AsSeparatorLine' # Add the working copy root directory to directory stack to make # path construction correctly. Otherwise, makeinfo may produce @@ -42,15 +42,4 @@ function manual_updateOutputFiles { # Remove the working copy root directory from directory stack. popd > /dev/null - # Re-define output variable in order for cli_commitRepoChanges - # functionality to receive the correct location to apply - # subversion commands. Inside `manual' functionality, the correct - # place to commit changes is not the initial value of ACTIONVAL - # but the directory path where documentation changes take place - # under. - ACTIONVAL=${MANUALS_DIR[0]} - - # Syncronize changes between working copy and central repository. - cli_commitRepoChanges - }