#!/bin/sh
bindir='/root/mountpoint-genprog/genprog-many-bugs/gzip-bug-2009-10-09-1a085b1446-118a107f2d/local-root/bin'
case $1 in
--__bindir) bindir=${2?}; shift; shift;;
esac
PATH=$bindir:$PATH
exec zgrep -F "$@"
