]> git.ipfire.org Git - people/ms/dnsmasq.git/blob - bld/pkg-wrapper
import of dnsmasq-2.23.tar.gz
[people/ms/dnsmasq.git] / bld / pkg-wrapper
1 #!/bin/sh
2
3 if grep -q "^\#.*define.*HAVE_DBUS" config.h ; then
4 exec $*
5 fi
6
7