Searched refs:codemgr_ws (Results 1 – 1 of 1) sorted by relevance
1823 if [[ -z $codemgr_ws && -n $CODEMGR_WS ]]; then1824 codemgr_ws=$CODEMGR_WS2185 [[ -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" ]]; then2192 codemgr_ws="${PWD}/${codemgr_ws}"2195 codemgr_ws=$(dirname $codemgr_ws) # Lose the '/.git'2196 CWS="$codemgr_ws"[all …]