summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--envsetup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/envsetup.sh b/envsetup.sh
index 4d9c58f..58b38e3 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -577,6 +577,7 @@ alias bib=breakfast
function lunch()
{
local answer
+ LUNCH_MENU_CHOICES=($(for l in ${LUNCH_MENU_CHOICES[@]}; do echo "$l"; done | sort))
if [ "$1" ] ; then
answer=$1