about summary refs log tree commit diff
path: root/xvoidstrap
diff options
context:
space:
mode:
Diffstat (limited to 'xvoidstrap')
-rwxr-xr-xxvoidstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/xvoidstrap b/xvoidstrap
index 34d314e..13a3889 100755
--- a/xvoidstrap
+++ b/xvoidstrap
@@ -4,7 +4,7 @@
 # (Setting XBPS_ARCH=x86_64-musl works.)
 
 fail() {
-	printf '%s\n' "$1" 1>&2
+	printf '%s\n' "$1" >&2
 	exit 1
 }