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

/xsrc/external/mit/xterm/dist/
H A Dsinstall.sh107 PROG_MODE=
162 PROG_MODE=`echo ".$cf_mode" | sed -e 's/^..//' -e 's/rw./7/g' -e 's/r-./5/g' -e 's/---/0/g' -e 's/--[sxt]/1/g' -e 's/[^0-7]//g'`
168 test -n "$OPTS_MODE" && PROG_MODE="$OPTS_MODE"
173 test -z "$PROG_MODE" && PROG_MODE=755
190 test -n "${PROG_SUID}${PROG_SGID}" && PROG_MODE=`expr $PROG_MODE % 1000`
191 test -n "$PROG_SUID" && PROG_MODE=`expr $PROG_SUID + $PROG_MODE`
192 test -n "$PROG_SGID" && PROG_MODE
[all...]

Completed in 1 milliseconds