From 1d066875e97cbad5ae641c8051f8b21385a8d5ad Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 26 Jun 2015 12:41:26 +1200 Subject: Terminate rm(1) options in edda(1) EXIT trap --- bin/edda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/edda b/bin/edda index f44f18c5..bc17993d 100755 --- a/bin/edda +++ b/bin/edda @@ -43,7 +43,7 @@ done # Duplicate stdin into a file, which we'll remove on exit stdin=$(mktemp) || exit cleanup() { - rm -f "$stdin" + rm -f -- "$stdin" } trap cleanup EXIT cat > "$stdin" -- cgit v1.2.3