]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix typo in error message about incorrect syntax.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 29 Jun 2011 17:50:02 +0000 (17:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 29 Jun 2011 17:50:02 +0000 (17:50 +0000)
Output the error to stderr, not a file called "2".

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

build/tools/git-make-release

index 78f5448996ee8b410a4991d9de5150a892a8a1b2..f0e7c7dcb135a6e9b4de742898e11c14ec9271f8 100755 (executable)
@@ -28,7 +28,7 @@
 
 version=$1
 if [ -z "$version" ]; then
-    echo "Must specify the distribution version." >2
+    echo "Must specify the distribution version." >&2
     exit 1
 fi