| ![[BACK]](/icons/cvsweb/back.gif) Return to pkg-wrapper CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) Up to  [ELWIX - Embedded LightWeight unIX -] / embedaddon / dnsmasq / bld | 
1.1       misho       1: #!/bin/sh
                      2: 
                      3: search=$1
                      4: shift
                      5: 
                      6: if grep "^\#[[:space:]]*define[[:space:]]*$search" config.h >/dev/null 2>&1 || \
                      7:    grep $search >/dev/null 2>&1; then
                      8:   exec $*
                      9: fi
                     10: 
                     11: