mirror of
https://github.com/teddysun/across.git
synced 2025-09-15 19:14:26 +08:00
@@ -28,7 +28,7 @@ rand(){
|
||||
}
|
||||
|
||||
is_64bit(){
|
||||
if [ "$(getconf WORD_BIT)" == "32" ] && [ "$(getconf LONG_BIT)" == "64" ]; then
|
||||
if [ "$(getconf WORD_BIT)" = "32" ] && [ "$(getconf LONG_BIT)" = "64" ]; then
|
||||
return 0
|
||||
else
|
||||
return 1
|
||||
|
@@ -28,7 +28,7 @@ rand(){
|
||||
}
|
||||
|
||||
is_64bit(){
|
||||
if [ "$(getconf WORD_BIT)" == "32" ] && [ "$(getconf LONG_BIT)" == "64" ]; then
|
||||
if [ "$(getconf WORD_BIT)" = "32" ] && [ "$(getconf LONG_BIT)" = "64" ]; then
|
||||
return 0
|
||||
else
|
||||
return 1
|
||||
|
Reference in New Issue
Block a user