Fixed a comment
This commit is contained in:
parent
d31b6c52b1
commit
a3d2164fdf
|
@ -113,7 +113,7 @@ echo -n "(Default: autodetect) Choose an option; " ; read PACKAGE
|
||||||
if [ "${PACKAGE:-NO_VALUE}" == "NO_VALUE" ] ; then
|
if [ "${PACKAGE:-NO_VALUE}" == "NO_VALUE" ] ; then
|
||||||
|
|
||||||
# Detect the arch of the system if variable
|
# Detect the arch of the system if variable
|
||||||
# 'AR' is empty.
|
# 'PACKAGE' is empty.
|
||||||
archs=`uname -m`
|
archs=`uname -m`
|
||||||
case "$archs" in
|
case "$archs" in
|
||||||
i?86)
|
i?86)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user