mirror of
https://github.com/teddysun/across.git
synced 2025-01-18 22:09:35 +08:00
Fixed issue #63
This commit is contained in:
parent
3d023e58b7
commit
9aadeef31b
@ -66,7 +66,7 @@ _exists() {
|
||||
else
|
||||
which "$cmd" > /dev/null 2>&1
|
||||
fi
|
||||
rt="$?"
|
||||
local rt=$?
|
||||
return ${rt}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user