summaryrefslogtreecommitdiff
path: root/localgitdebuild
diff options
context:
space:
mode:
Diffstat (limited to 'localgitdebuild')
-rwxr-xr-xlocalgitdebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/localgitdebuild b/localgitdebuild
index 2bc2c5e..594ea44 100755
--- a/localgitdebuild
+++ b/localgitdebuild
@@ -28,7 +28,7 @@ while [ $# -gt 0 ]; do
shift
;;
*)
- echo "ERROR: Unknown argument \"$1\"!" &>2
+ echo "ERROR: Unknown argument \"$1\"!" >&2
showhelp
exit 1
;;