diff --git a/Scripts/Functions/cli_commitRepoChanges.sh b/Scripts/Functions/cli_commitRepoChanges.sh index e9b954c..3c489be 100755 --- a/Scripts/Functions/cli_commitRepoChanges.sh +++ b/Scripts/Functions/cli_commitRepoChanges.sh @@ -104,7 +104,7 @@ function cli_commitRepoChanges { # `files' at ngettext's consideration followed by change # direction. PREDICATE[$COUNT]=`ngettext "file in the working copy" \ - "files in the repository" $((${FILESNUM[$COUNT]} + 1))` + "files in the working copy" $((${FILESNUM[$COUNT]} + 1))` # Output report line. cli_printMessage "${INFO[$COUNT]}: ${FILESNUM[$COUNT]} ${PREDICATE[$COUNT]}"