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

/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh1881 # Check to see if CODEMGR_PARENT is set in the flist file.
1883 if [[ -z $codemgr_parent && -n $CODEMGR_PARENT ]]; then
1884 codemgr_parent=$CODEMGR_PARENT
1885 export CODEMGR_PARENT
2157 CODEMGR_PARENT: Parent workspace location.
2515 # Specified with CODEMGR_PARENT in the environment
2519 if [[ -z $codemgr_parent && -n $CODEMGR_PARENT ]]; then
2520 codemgr_parent=$CODEMGR_PARENT
2611 # CODEMGR_PARENT in the environment.
2612 if [[ -z $codemgr_parent && -n $CODEMGR_PARENT ]]; the
[all...]

Completed in 119 milliseconds