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