Lines Matching refs:PATH
31 XCOMM Check for /usr/bin/X11 and BINDIR in the path, if not add them.
33 XCOMM and people may use X without changing their PATH.
34 XCOMM Note that we put our own bin directory at the front of the path, and
35 XCOMM the standard system path at the back, since if you are using the Xorg
39 case $PATH in
41 *) PATH=$bindir:$PATH ;;
44 XCOMM Now the "old" compiled path
48 case $PATH in
50 *) PATH=$PATH:$oldbindir ;;
55 XCOMM so export the new PATH just in case the user changes the shell
56 export PATH