52155a
Update cli_commitRepoChanges.sh:
@@ -157,7 +157,7 @@ function cli_commitRepoChanges {
|
|
157
157
|
done
|
158
158
|
cli_printMessage "`ngettext "Do you want to add it now?" \
|
159
159
|
"Do you want to add them now?" ${FILESNUM[6]}`" 'AsYesOrNoRequestLine'
|
160
|
-
svn add
|
160
|
+
svn add ${FILES[6]} --quiet
|
161
161
|
fi
|
162
162
|
|
163
163
|
# Reset counter.
|