Searched refs:REF_PROG (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dsinstall.sh92 REF_PROG="$3"
97 test -z "$REF_PROG" && REF_PROG=/usr/bin/X11/xterm
98 test -z "$DST_PROG" && DST_PROG="$REF_PROG"
100 test -n "$OPTS_SUID" && test -n "$OPTS_USR" && REF_PROG=
101 test -n "$OPTS_SGID" && test -n "$OPTS_GRP" && REF_PROG=
111 if test -z "$REF_PROG" ; then
113 elif test -f "$REF_PROG" ; then
119 ls $cf_option $REF_PROG
120 ls $cf_option $REF_PROG >
[all...]

Completed in 5 milliseconds