Searched refs:tmpwsname (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dws.sh105 pwd parent PROTO1 PROTO2 PROTO3 tmpwsname
126 if env CODEMGR_WS="" $WHICH_SCM | read SCM_MODE tmpwsname && \
128 echo "Defaulting to $SCM_MODE repository $tmpwsname"
143 tmpwsname=$1
151 WS_STACK="$tmpwsname $WS_STACK"; export WS_STACK
154 # Set the workspace name and unset tmpwsname (as we reuse it later)
156 wsname=`echo $tmpwsname|fmtwsname`
157 unset tmpwsname
204 (cd $wsname && env CODEMGR_WS="" $WHICH_SCM) | read SCM_MODE tmpwsname
215 wsname=$tmpwsname
[all...]

Completed in 45 milliseconds