aboutsummaryrefslogtreecommitdiff
path: root/bin/xrq.awk
diff options
context:
space:
mode:
Diffstat (limited to 'bin/xrq.awk')
-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)
}