Home
last modified time | relevance | path

Searched refs:ONBLD_DIR (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dws.sh378 if [[ -z "$ONBLD_DIR" ]]; then
379 ONBLD_DIR=$(/bin/dirname $(whence $0))
382 if ! echo ":$PATH:" | grep ":${ONBLD_DIR}:" > /dev/null; then
383 PATH="${ONBLD_DIR}:${ONBLD_DIR}/${MACH}:${PATH}"
397 export ONBLD_DIR
423 echo "Prepended to PATH : $ONBLD_DIR"