X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=zegrep.in;h=e5969b7a298dec1af47827dcc00e2413435aa6ce;hb=92249085071a973e2c0621b0415b93d2e48bb00d;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 "$@"