about summary refs log tree commit diff
path: root/xdistdir
diff options
context:
space:
mode:
Diffstat (limited to 'xdistdir')
-rwxr-xr-xxdistdir4
1 files changed, 2 insertions, 2 deletions
diff --git a/xdistdir b/xdistdir
index 4fdee68..1efea85 100755
--- a/xdistdir
+++ b/xdistdir
@@ -17,7 +17,7 @@ elif [ -d ~/src/void-packages ]; then
 elif [ -d ~/src/xbps-packages ]; then
 	echo ~/src/xbps-packages
 else
-	echo "xdistdir: can't find your void-packages tree, giving up" 1>&2
-	echo "xdistdir: please export XBPS_DISTDIR=/path/to/void-packages" 1>&2
+	echo "xdistdir: can't find your void-packages tree, giving up" >&2
+	echo "xdistdir: please export XBPS_DISTDIR=/path/to/void-packages" >&2
 	exit 111
 fi