Fixed a comment

This commit is contained in:
clamsawd 2015-09-20 09:23:00 +02:00
parent d31b6c52b1
commit a3d2164fdf

View File

@ -113,7 +113,7 @@ echo -n "(Default: autodetect) Choose an option; " ; read PACKAGE
if [ "${PACKAGE:-NO_VALUE}" == "NO_VALUE" ] ; then
# Detect the arch of the system if variable
# 'AR' is empty.
# 'PACKAGE' is empty.
archs=`uname -m`
case "$archs" in
i?86)