1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-28 16:29:29 +00:00

fix shfmt warnings

This commit is contained in:
neilpang
2016-11-11 22:07:49 +08:00
parent e51bef6d12
commit b97e140389
+1 -1
View File
@@ -249,7 +249,7 @@ _exists() {
fi fi
if command >/dev/null 2>&1; then if command >/dev/null 2>&1; then
command -v "$cmd" >/dev/null 2>&1 command -v "$cmd" >/dev/null 2>&1
else which >/dev/null 2>&1; elif which >/dev/null 2>&1;
which "$cmd" >/dev/null 2>&1 which "$cmd" >/dev/null 2>&1
fi fi
ret="$?" ret="$?"