gzip: fix bug where you say "n" and gzip acts as if you said "y"
[debian/gzip] / zegrep.in
1 #!/bin/sh
2 bindir=@bindir@
3 case $1 in
4 --__bindir) bindir=${2?}; shift; shift;;
5 esac
6 PATH=$bindir:$PATH
7 exec zgrep -E "$@"