Instruction correction
parent
2ebf45a42e
commit
3c8a4f4275
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
# Judge computer systems and architecture
|
# Judge computer systems and architecture
|
||||||
if [[ "$(uname)" == 'Linux' ]]; then
|
if [[ "$(uname)" == 'Linux' ]]; then
|
||||||
case "$(arch -s)" in
|
case "$(uname -m)" in
|
||||||
i686 | i386)
|
i686 | i386)
|
||||||
BIT='32'
|
BIT='32'
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue