Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/scripts/
H A Dwebrev.sh1823 if [[ -z $codemgr_ws && -n $CODEMGR_WS ]]; then
1824 codemgr_ws=$CODEMGR_WS
2185 [[ -z $codemgr_ws && -n $CODEMGR_WS ]] && \
2186 codemgr_ws=$($GIT --git-dir=$CODEMGR_WS/.git rev-parse --git-dir \
2188 [[ -z $codemgr_ws ]] && \
2189 codemgr_ws=$($GIT rev-parse --git-dir 2>/dev/null)
2191 if [[ "$codemgr_ws" == ".git" ]]; then
2192 codemgr_ws="${PWD}/${codemgr_ws}"
2195 codemgr_ws=$(dirname $codemgr_ws) # Lose the '/.git'
2196 CWS="$codemgr_ws"
[all …]