From f659fa46ec2b59a27d0ee1d42ccda6700ba12bfd Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 04 2011 15:36:45 +0000 Subject: Update invocation of cli_printMessage function in cli_updateRepoChanges.sh. --- diff --git a/Scripts/Functions/cli_updateRepoChanges.sh b/Scripts/Functions/cli_updateRepoChanges.sh index 768ec3b..84c953e 100644 --- a/Scripts/Functions/cli_updateRepoChanges.sh +++ b/Scripts/Functions/cli_updateRepoChanges.sh @@ -55,7 +55,7 @@ function cli_updateRepoChanges { cli_checkFiles "$LOCATIONS" 'isInWorkingCopy' # Update working copy and retrive update output. - cli_printMessage "`gettext "Bringing changes from the repository into the working copy"`" 'AsBannerLine' + cli_printMessage "`gettext "Bringing changes from the repository into the working copy"`" --as-banner-line UPDATEOUT=$(svn update ${LOCATIONS}) # Define path of files considered recent modifications from @@ -96,7 +96,7 @@ function cli_updateRepoChanges { "files from the repository" $((${FILESNUM[$COUNT]} + 1))` # Output report line. - cli_printMessage "${INFO[$COUNT]}: ${FILESNUM[$COUNT]} ${PREDICATE[$COUNT]}" 'AsRegularLine' + cli_printMessage "${INFO[$COUNT]}: ${FILESNUM[$COUNT]} ${PREDICATE[$COUNT]}" # Increase counter. COUNT=$(($COUNT + 1))