about summary refs log tree commit diff
path: root/xmypkgs
diff options
context:
space:
mode:
Diffstat (limited to 'xmypkgs')
-rwxr-xr-xxmypkgs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmypkgs b/xmypkgs
index 3ffae18..380793f 100755
--- a/xmypkgs
+++ b/xmypkgs
@@ -4,7 +4,7 @@
 XDISTDIR="$(xdistdir)" || exit 1
 EMAIL=${1-$(git -C "$XDISTDIR" config user.email)}
 if [ -z "$EMAIL" ]; then
-	echo "who are you? tell your email address." 2>&1
+	echo "who are you? tell your email address." >&2
 	exit 1
 fi