aboutsummaryrefslogtreecommitdiff
path: root/bin/stws.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/stws.sh')
-rw-r--r--bin/stws.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/stws.sh b/bin/stws.sh
index ce2c14d0..59a8652a 100644
--- a/bin/stws.sh
+++ b/bin/stws.sh
@@ -7,7 +7,7 @@ if [ "$#" -eq 0 ] ; then
fi
# Iterate over arguments and apply the same ed(1) script to each of them
-for fn ; do
+for fn do
ed -s -- "$fn" <<'EOF' || ex=1
g/ *$/ s/ *$//
w