Instruction correction

pull/1/head
Dct Mei 2020-03-23 21:36:26 +08:00
parent 2ebf45a42e
commit 3c8a4f4275
No known key found for this signature in database
GPG Key ID: 50BF8B712DCAD7EA
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# Judge computer systems and architecture
if [[ "$(uname)" == 'Linux' ]]; then
case "$(arch -s)" in
case "$(uname -m)" in
i686 | i386)
BIT='32'
;;