aboutsummaryrefslogtreecommitdiff
path: root/bin/stbl
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-06 11:17:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-06 11:17:28 +1300
commita07c90e4904745760a99e4115585b2f319e5f5b5 (patch)
treef02bd9ae6093cf10509f043d9b52c04d7a0dda68 /bin/stbl
parentReplace subshell in sshi(1df) with compound cmd (diff)
downloaddotfiles-a07c90e4904745760a99e4115585b2f319e5f5b5.tar.gz
dotfiles-a07c90e4904745760a99e4115585b2f319e5f5b5.zip
Fix some misdirections
Diffstat (limited to 'bin/stbl')
-rwxr-xr-xbin/stbl2
1 files changed, 1 insertions, 1 deletions
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