X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=zegrep.in;h=e5969b7a298dec1af47827dcc00e2413435aa6ce;hb=bb237929fec6af7764d532c4e5348c9990f8e87e;hp=800210f48fa5fd435a6eddc3937c3c28005f5312;hpb=dc0ab95dbae38577efebe2283fc9b76e92ef4233;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 "$@"