Fixed issue #63

This commit is contained in:
Teddysun 2020-04-26 23:20:33 +09:00
parent 3d023e58b7
commit 9aadeef31b

View File

@ -66,7 +66,7 @@ _exists() {
else
which "$cmd" > /dev/null 2>&1
fi
rt="$?"
local rt=$?
return ${rt}
}