Home
last modified time | relevance | path

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

/build/
Denvsetup.sh405 local choice
406 for choice in ${LUNCH_MENU_CHOICES[@]}
408 echo " $i. $choice"
1016 local choice
1027 unset choice
1028 read choice
1029 if [[ $choice -gt ${#lines[@]} || $choice -lt 1 ]]; then
1033 pathname=${lines[$(($choice-1))]}