aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-17 11:21:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-17 11:21:41 +1200
commitd015b456d91209a026e151df5f4094c6f7648756 (patch)
tree89b87377c9279e8c2e03dc489d640b8ad98a6c4f /bin
parentAdd an issue (diff)
downloaddotfiles-d015b456d91209a026e151df5f4094c6f7648756.tar.gz
dotfiles-d015b456d91209a026e151df5f4094c6f7648756.zip
Correct a null variable reference in edda(1)
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