Imported Upstream version 1.3.14
[debian/gzip] / zfgrep.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 -F "$@"