aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/rndl2
-rwxr-xr-xbin/stbl2
-rwxr-xr-xbin/xgo2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/rndl b/bin/rndl
index 7d2c3041..c09c2c78 100755
--- a/bin/rndl
+++ b/bin/rndl
@@ -36,7 +36,7 @@ lc=$(sed -- '$=;d' "$@") || exit
# If there were none, bail
case $lc in
''|0)
- printf 2>&1 'rndl: No lines found on input\n'
+ printf >&2 'rndl: No lines found on input\n'
exit 2
;;
esac
diff --git a/bin/stbl b/bin/stbl
index 940fc3bb..34a06251 100755
--- a/bin/stbl
+++ b/bin/stbl
@@ -3,7 +3,7 @@
# Check arguments
if [ "$#" -eq 0 ] ; then
- printf 2>&1 'stbl: Need a filename\n'
+ printf >&2 'stbl: Need a filename\n'
exit 2
fi
diff --git a/bin/xgo b/bin/xgo
index 49861aa8..46d90f2e 100755
--- a/bin/xgo
+++ b/bin/xgo
@@ -3,7 +3,7 @@
# Check arguments
if [ "$#" -eq 0 ] ; then
- printf 2>&1 'xgo: At least one URL required\n'
+ printf >&2 'xgo: At least one URL required\n'
fi
# Iterate over the URL arguments