aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/edda5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/edda b/bin/edda
index 589352be..f067774f 100755
--- a/bin/edda
+++ b/bin/edda
@@ -1,6 +1,5 @@
#!/usr/bin/env bash
# Run ed(1) over multiple files, duplicating stdin.
-self=edda
# Give up completely if no BASH_VERSINFO (<2.0)
[ -n "$BASH_VERSINFO" ] || exit
@@ -16,10 +15,6 @@ if ! (($#)) ; then
exit 1
fi
-# Need ed(1) -- some systems daring to call themselves UNIX-like don't have it
-# installed by default. What's POSIX, precious?
-hash ed || exit
-
# Parse options out, give help if necessary
declare -a opts
for arg ; do