build-devkit.sh: Allow autocompletion

Allow autocompletion of the devkitPro install path.
This commit is contained in:
Jaeden Amero 2012-07-15 04:48:41 -05:00
parent 8adc6c5a3a
commit 398f970194

View File

@ -111,7 +111,7 @@ else
echo "for mingw/msys you must use <drive>:/<install path> or you will have include path problems"
echo "this is the top level directory for devkitpro, i.e. e:/devkitPro"
read INSTALLDIR
read -e INSTALLDIR
echo
fi