aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/label2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/label b/bin/label
index 0426e354..ea454f2f 100755
--- a/bin/label
+++ b/bin/label
@@ -10,7 +10,7 @@ SunOS)
esac
label() {
- echo "$@" | $awk '{printf("\033];%s\007", $0);}'
+ echo "$@" | $awk '{printf("\033];%s\007", $0);}' >/dev/tty
}
label "$@"