aboutsummaryrefslogtreecommitdiff
path: root/bin/u2d.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/u2d.sh')
-rw-r--r--bin/u2d.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/u2d.sh b/bin/u2d.sh
index 31030341..cdbe9a33 100644
--- a/bin/u2d.sh
+++ b/bin/u2d.sh
@@ -10,7 +10,7 @@ fi
r=$(printf '\r')
# Iterate over arguments and apply the same ed(1) script to each of them
-for fn ; do
+for fn do
# Note the heredoc WORD is intentionally unquoted because we want to expand
# $r within it to get a literal carriage return; the escape characters