Home
last modified time | relevance | path

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

/build/make/
Denvsetup.sh634 local product variant_and_version variant version
637 variant_and_version=${selection#*-} # Trim everything up to first dash
638 if [ "$variant_and_version" != "$selection" ]; then
639 variant=${variant_and_version%%-*}
640 if [ "$variant" != "$variant_and_version" ]; then
641 version=${variant_and_version#*-}
/build/
Denvsetup.sh634 local product variant_and_version variant version
637 variant_and_version=${selection#*-} # Trim everything up to first dash
638 if [ "$variant_and_version" != "$selection" ]; then
639 variant=${variant_and_version%%-*}
640 if [ "$variant" != "$variant_and_version" ]; then
641 version=${variant_and_version#*-}