mirror of
https://github.com/teddysun/across.git
synced 2025-01-19 06:19:35 +08:00
Update comments
Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
parent
e050bddb8c
commit
87b4c48b2b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user