diff --git a/Scripts/Functions/cli_commitRepoChanges.sh b/Scripts/Functions/cli_commitRepoChanges.sh index 7ab07e7..c0d770e 100755 --- a/Scripts/Functions/cli_commitRepoChanges.sh +++ b/Scripts/Functions/cli_commitRepoChanges.sh @@ -53,16 +53,10 @@ function cli_commitRepoChanges { cli_checkFiles "$LOCATIONS" 'fd' cli_checkFiles "$LOCATIONS" 'isInWorkingCopy' - # Outout separator line. - cli_printMessage '-' 'AsSeparatorLine' - # Check working copy. - cli_printMessage "`gettext "Checking changes in the working copy"`" 'AsResponseLine' + cli_printMessage "`gettext "Checking changes in the working copy"`" 'AsBannerLine' STATUSOUT=$(svn status ${LOCATIONS}) - # Outout separator line. - cli_printMessage '-' 'AsSeparatorLine' - # Define path fo files considered recent modifications from # working copy up to central repository. FILES[0]=$(echo "$STATUSOUT" | egrep "^M.+$(cli_getRepoTLDir "${LOCATIONS}").+$" | sed -r "s,^.+($(cli_getRepoTLDir "${LOCATIONS}").+)$,\1,")