about summary refs log tree commit diff
path: root/xchroot
diff options
context:
space:
mode:
Diffstat (limited to 'xchroot')
-rwxr-xr-xxchroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/xchroot b/xchroot
index b86819a..d01979c 100755
--- a/xchroot
+++ b/xchroot
@@ -2,7 +2,7 @@
 # xchroot DIR [CMD...] - chroot into a Void (or other Linux) installation
 
 fail() {
-	printf '%s\n' "$1" 1>&2
+	printf '%s\n' "$1" >&2
 	exit 1
 }