Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/scripts/
H A Dnightly.sh1424 typeset scm_type junk
1427 | read scm_type junk
1428 if [[ -z "$scm_type" || "$scm_type" == unknown ]]; then
1431 scm_type="mercurial"
1435 scm_type="mercurial"
1437 scm_type="none"
1442 case "$scm_type" in
1445 *) scm_type=none
1449 echo $scm_type
1454 typeset scm_type junk
[all …]