fix shfmt warnings

pull/379/head
neilpang 8 years ago
parent e51bef6d12
commit b97e140389

@ -249,7 +249,7 @@ _exists() {
fi
if command >/dev/null 2>&1; then
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
fi
ret="$?"

Loading…
Cancel
Save