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 e35cdcff..26d78b94 100755
--- a/bin/edda
+++ b/bin/edda
@@ -35,7 +35,7 @@ trap cleanup EXIT
td=$(mktd "$self") || exit
# Duplicate stdin into a file
-script=$td/$stdin
+script=$td/script
cat >"$script" || exit
# Run ed(1) over each file with the options and stdin given