Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/scripts/
H A Dnightly927 typeset scm_type junk
930 | read scm_type junk
931 if [[ -z "$scm_type" || "$scm_type" == unknown ]]; then
935 scm_type="git"
938 scm_type="${BRINGOVER_SCM}"
940 *) scm_type="none"
946 case "$scm_type" in
949 *) scm_type=none
953 echo $scm_type
958 typeset scm_type junk
[all …]