From bd0901ec556a454b6ca6f131dc6627a1c27c3e40 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 26 Jun 2015 12:37:49 +1200 Subject: Explicitly terminate edda(1) options --- bin/edda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3