Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/scripts/
H A Dwebrev.sh1831 if [[ -z $codemgr_parent && -n $CODEMGR_PARENT ]]; then
1832 codemgr_parent=$CODEMGR_PARENT
2140 codemgr_parent=$OPTARG;;
2247 if [[ -n $pflag && -d $codemgr_parent/raw_files/new ]]; then
2248 parent_webrev=$(readlink -f "$codemgr_parent")
2249 codemgr_parent=$(readlink -f "$codemgr_parent/raw_files/new")
2345 if [[ -z $codemgr_parent && -n $CODEMGR_PARENT ]]; then
2346 codemgr_parent=$CODEMGR_PARENT
2363 if [[ -z $codemgr_parent ]]; then
2364 codemgr_parent=$par_branch
[all …]