aboutsummaryrefslogtreecommitdiff
path: root/bin/ap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ap.sh')
-rw-r--r--bin/ap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ap.sh b/bin/ap.sh
index 1d6376cc..2b13dfde 100644
--- a/bin/ap.sh
+++ b/bin/ap.sh
@@ -10,7 +10,7 @@ shift
# Iterate through the remaining args; it's legal for there to be none, but in
# that case the user may as well just have invoked the command directly
-for arg ; do
+for arg do
# If this is the first iteration, clear the params away (we grabbed them in
# the for statement)