diff --git a/Scripts/Bash/Functions/cli_commitRepoChanges.sh b/Scripts/Bash/Functions/cli_commitRepoChanges.sh index 726f04c..a230b1e 100755 --- a/Scripts/Bash/Functions/cli_commitRepoChanges.sh +++ b/Scripts/Bash/Functions/cli_commitRepoChanges.sh @@ -157,7 +157,7 @@ function cli_commitRepoChanges { done cli_printMessage "`ngettext "Do you want to add it now?" \ "Do you want to add them now?" ${FILESNUM[6]}`" 'AsYesOrNoRequestLine' - svn add "${FILES[6]}" + svn add ${FILES[6]} --quiet fi # Reset counter.