Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/scripts/
H A Dwhich_scm.sh93 CWD_TYPE=$(primary_type "$DIR")
104 if [[ "$SCM_TYPE" != "$CWD_TYPE" || "$SCM_TYPE" == git || \
117 if [[ "$CWD_TYPE" == cvs || "$CWD_TYPE" == subversion ]]; then
118 echo "$CWD_TYPE $PREVDIR"