Home
last modified time | relevance | path

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

/titanic_51/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 …]
H A Dnightly1434 typeset scm_type junk
1437 | read scm_type junk
1438 if [[ -z "$scm_type" || "$scm_type" == unknown ]]; then
1441 scm_type="mercurial"
1445 scm_type="mercurial"
1447 scm_type="none"
1452 case "$scm_type" in
1455 *) scm_type=none
1459 echo $scm_type
[all...]