aboutsummaryrefslogtreecommitdiff
path: root/bin/stex.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/stex.sh')
-rw-r--r--bin/stex.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/stex.sh b/bin/stex.sh
index 14d2cabf..b27d9cf8 100644
--- a/bin/stex.sh
+++ b/bin/stex.sh
@@ -13,7 +13,7 @@ ext=$1
shift
# Iterate through the given files (remaining args)
-for sn ; do
+for sn do
# Strip trailing slash if any and then extension
sn=${sn%/}