Home | History | Annotate | Download | only in x86_64-linux-glibc2.11-4.6

Lines Matching refs:PROG

553     local PROG
554 PROG=`which $2 2>/dev/null`
555 if [ -n "$PROG" ] ; then
556 if pattern_match '^no ' "$PROG"; then
557 PROG=
560 eval $1="$PROG"