Searched refs:choice (Results 1 – 5 of 5) sorted by relevance
59 $(strip $(foreach choice,$(1),\60 $(eval _parts := $(subst -,$(space),$(choice))) \62 $(error $(LOCAL_DIR): $(choice): Invalid lunch choice)) \64 $(error $(LOCAL_DIR): $(choice): Invalid lunch choice)) \66 $(error $(LOCAL_DIR): $(choice): Invalid variant: $(word 2,$(_parts)))) \
240 impose that choice.
195 func variantOrDefault(variants map[string]string, choice string) string {196 if ret, ok := variants[choice]; ok {
632 local choice633 for choice in $(echo $choices)635 echo " $i. $choice"1416 local choice1427 unset choice1428 read choice1429 if [[ $choice -gt ${#lines[@]} || $choice -lt 1 ]]; then1433 pathname=${lines[@]:$(($choice-1)):1}
57 doc = "A repository rule to capture environment variables based on the lunch choice.",