aboutsummaryrefslogtreecommitdiff
path: root/bin/sqs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sqs.sh')
-rw-r--r--bin/sqs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sqs.sh b/bin/sqs.sh
index 28435059..447a6563 100644
--- a/bin/sqs.sh
+++ b/bin/sqs.sh
@@ -8,7 +8,7 @@ if [ "$#" -eq 0 ] ; then
fi
# Iterate through the given files
-for sn ; do
+for sn do
# Strip trailing slash if any and then query string
sn=${sn%/}