neil %!s(int64=9) %!d(string=hai) anos
pai
achega
ce4be4e91e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      acme.sh

+ 1 - 1
acme.sh

@@ -252,7 +252,7 @@ _exists() {
     eval type "$cmd" >/dev/null 2>&1
   elif command >/dev/null 2>&1; then
     command -v "$cmd" >/dev/null 2>&1
-  elif which which >/dev/null 2>&1; then
+  else
     which "$cmd" >/dev/null 2>&1
   fi
   ret="$?"