Files
dnsmasq/bld/pkg-wrapper
2012-01-05 21:33:27 +00:00

12 lines
163 B
Bash
Executable File

#!/bin/sh
search=$1
shift
if grep "^\#[[:space:]]*define[[:space:]]*$search" config.h 2>&1 >/dev/null || \
grep $search 2>&1 >/dev/null ; then
exec $*
fi