mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-13 16:35:35 +08:00
Merge branch 'gitee-master' into gitlab-upstream
This commit is contained in:
commit
32e00a8749
@ -24,7 +24,7 @@ function compare_or_replace() {
|
||||
RPATH=
|
||||
function guess_os() {
|
||||
os_name=`uname -s`
|
||||
os_type=`uname -p`
|
||||
os_type=`uname -m`
|
||||
case $os_name in
|
||||
Linux)
|
||||
case $os_type in
|
||||
|
@ -24,7 +24,7 @@ function compare_or_replace() {
|
||||
RPATH=
|
||||
function guess_os() {
|
||||
os_name=`uname -s`
|
||||
os_type=`uname -p`
|
||||
os_type=`uname -m`
|
||||
case $os_name in
|
||||
Linux)
|
||||
case $os_type in
|
||||
|
Loading…
Reference in New Issue
Block a user