]> git.saurik.com Git - wxWidgets.git/commitdiff
Run unix2dos in quiet mode in git-oriented release script.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Jul 2012 11:45:27 +0000 (11:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Jul 2012 11:45:27 +0000 (11:45 +0000)
Don't flood the screen with the messages about converting the files, we know
that we convert them, this is what we run the bloody thing for.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/tools/git-make-release

index f0e7c7dcb135a6e9b4de742898e11c14ec9271f8..3e2c46e32ae37ba1fdb18498ffe7beded859fdae 100755 (executable)
@@ -59,7 +59,7 @@ for f in `cat ../eol-native`; do
         # we renamed this file above so adjust
         f="include/wx/msw/setup.h"
     fi
-    unix2dos $f
+    unix2dos -q $f
 done
 set -x