diff --git a/envsetup.sh b/envsetup.sh index 515b7b618f..f5aee90e1b 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -200,7 +200,7 @@ function addcompletions() dir="sdk/bash_completion" if [ -d ${dir} ]; then - for f in ${dir}/[a-z]*.bash; do + for f in `/bin/ls ${dir}/[a-z]*.bash 2> /dev/null`; do echo "including $f" . $f done