aboutsummaryrefslogtreecommitdiff
path: root/bin/d2u.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/d2u.sh')
-rw-r--r--bin/d2u.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d2u.sh b/bin/d2u.sh
index 892c446b..eceb11de 100644
--- a/bin/d2u.sh
+++ b/bin/d2u.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