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

Lines Matching refs:PROG

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