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

/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh1883 if [[ -z $codemgr_parent && -n $CODEMGR_PARENT ]]; then
1884 codemgr_parent=$CODEMGR_PARENT
2259 codemgr_parent=$OPTARG~1;;
2286 codemgr_parent=$OPTARG;;
2417 if [[ -n $pflag && -d $codemgr_parent/raw_files/new ]]; then
2418 parent_webrev=$(readlink -f "$codemgr_parent")
2419 codemgr_parent=$(readlink -f "$codemgr_parent/raw_files/new")
2519 if [[ -z $codemgr_parent && -n $CODEMGR_PARENT ]]; then
2520 codemgr_parent
[all...]

Completed in 63 milliseconds