Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh2081 if [[ -z $codemgr_parent && -n $CODEMGR_PARENT ]]; then
2082 codemgr_parent=$CODEMGR_PARENT
2365 codemgr_parent=$OPTARG~1;;
2392 codemgr_parent=$OPTARG;;
2495 parent_webrev=$(readlink -f "$codemgr_parent")
2496 codemgr_parent=$(readlink -f "$codemgr_parent/raw_files/new")
2603 codemgr_parent=$CODEMGR_PARENT
2623 if [[ -z $codemgr_parent ]]; then
2624 codemgr_parent=$par_branch
2626 PWS=$codemgr_parent
[all …]