aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-04 22:07:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-04 22:07:27 +1200
commit76cb4ce3315cce5c41d2e8a40417c92a386e697f (patch)
tree8b5fcd28729afbfbb36929659ab4acf1895425fb /bin
parentPlaying a little more golf (diff)
downloaddotfiles-76cb4ce3315cce5c41d2e8a40417c92a386e697f.tar.gz
dotfiles-76cb4ce3315cce5c41d2e8a40417c92a386e697f.zip
Remove unneeded FD ID
Diffstat (limited to 'bin')
-rw-r--r--bin/xrq.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/xrq.awk b/bin/xrq.awk
index 5c9f7e96..686cf677 100644
--- a/bin/xrq.awk
+++ b/bin/xrq.awk
@@ -8,7 +8,7 @@ BEGIN {
# Check we have at least one resource name
if (ARGC < 2) {
- print "xrq: Need at least one resource name" | "cat 1>&2"
+ print "xrq: Need at least one resource name" | "cat >&2"
exit(2)
}