X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=zegrep.in;h=e5969b7a298dec1af47827dcc00e2413435aa6ce;hb=0804f561ef2f6f385cfbde3bc3995dc2c194c1a1;hp=800210f48fa5fd435a6eddc3937c3c28005f5312;hpb=c7e61475680fa226bd9b8bdd469cd66914e630f5;p=debian%2Fgzip diff --git a/zegrep.in b/zegrep.in index 800210f..e5969b7 100644 --- a/zegrep.in +++ b/zegrep.in @@ -1,7 +1,2 @@ #!/bin/sh -bindir=@bindir@ -case $1 in ---__bindir) bindir=${2?}; shift; shift;; -esac -PATH=$bindir:$PATH exec zgrep -E "$@"