Fix tab to space

pull/26/head
zhangxi 2021-05-12 14:54:43 +08:00
parent 4c64acbfc0
commit 2fe80c2b0f
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ identify_the_operating_system_and_architecture() {
;; ;;
'mips64') 'mips64')
MACHINE='mips64' MACHINE='mips64'
lscpu | grep -q "Little Endian" && MACHINE='mips64le' lscpu | grep -q "Little Endian" && MACHINE='mips64le'
;; ;;
'mips64le') 'mips64le')
MACHINE='mips64le' MACHINE='mips64le'