aboutsummaryrefslogtreecommitdiff
path: root/bin/edda
diff options
context:
space:
mode:
Diffstat (limited to 'bin/edda')
-rwxr-xr-xbin/edda2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/edda b/bin/edda
index 0626f409..f44f18c5 100755
--- a/bin/edda
+++ b/bin/edda
@@ -56,6 +56,6 @@ fi
# Run ed(1) over each file with the options and stdin given
for file ; do
- ed "${opts[@]}" "$file" < "$stdin"
+ ed "${opts[@]}" -- "$file" < "$stdin"
done