From: Vadim Zeitlin Date: Wed, 29 Jun 2011 17:50:02 +0000 (+0000) Subject: Fix typo in error message about incorrect syntax. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7e1fbe6913d744491aaaebb6731cc0273202ffda Fix typo in error message about incorrect syntax. 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 --- diff --git a/build/tools/git-make-release b/build/tools/git-make-release index 78f5448996..f0e7c7dcb1 100755 --- a/build/tools/git-make-release +++ b/build/tools/git-make-release @@ -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