aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/xrq.awk1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/xrq.awk b/bin/xrq.awk
index c29bfb9d..5c9f7e96 100755
--- a/bin/xrq.awk
+++ b/bin/xrq.awk
@@ -18,7 +18,6 @@ BEGIN {
if ($1 == ARGV[i]) {
found = 1
print $2
- continue
}
}
}