repo.or.cz
/
gzip.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gnulib: update to latest
[gzip.git]
/
zfgrep.in
blob
df172010f8b3c5e75b9d243ccd59c7751faeba3e
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
--__bindir
"
$bindir
"
-F
"$@"