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

8 lines
78 B
Bash
Executable File

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