From b3274a20cfc4ebc8b389bff5f061dbd4b91ee08f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 16 Aug 2016 21:07:16 +1200 Subject: Remove crufty hash call from edda(1) --- bin/edda | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3