Skip to content

Commit bf64083

Browse files
committed
Tweaked bin/mkrelease to be less verbose in svn update.
- Legacy-Id: 9521
1 parent a86a246 commit bf64083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mkrelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ $do svn commit $VERFILE $SETTINGS -m "Set version info and settings back to deve
230230
note "\nCreating new tag 'tags/dev/$DEV' from $SRC"
231231
$do svn cp $REPO/$SRC $REPO/tags/dev/$DEV -m "Creating new tag 'tags/dev/$DEV' from $SRC"
232232

233-
$do svn update
233+
$do svn update -q
234234

235235
echo "
236236
Hi,

0 commit comments

Comments
 (0)