Files
dnsmasq/bld/pkg-wrapper
2012-01-05 17:31:12 +00:00

8 lines
99 B
Bash
Executable File

#!/bin/sh
if grep -q "^\#.*define.*HAVE_DBUS" config.h || grep -q HAVE_DBUS ; then
exec $*
fi