aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/edda2
1 files changed, 1 insertions, 1 deletions
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"