aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-23 20:34:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-23 20:38:17 +1200
commit03ff95a2cce4b16b51eb3abf698237dd8fc1fd2e (patch)
tree34debcf3745daf95f32bc9fccc1b2006811c080f /bin
parentFully expand FUNCNAME (diff)
downloaddotfiles-03ff95a2cce4b16b51eb3abf698237dd8fc1fd2e.tar.gz
dotfiles-03ff95a2cce4b16b51eb3abf698237dd8fc1fd2e.zip
Add missing self var to edda(1)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/edda1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/edda b/bin/edda
index 7bc1642b..6af88a5f 100755
--- a/bin/edda
+++ b/bin/edda
@@ -1,5 +1,6 @@
#!/bin/sh
# Run ed(1) over multiple files, duplicating stdin.
+self=edda
# Need at least one file
if [ "$#" -eq 0 ] ; then