Explorar el Código

fatal breakage fixed

tags/v3.1
Luke Smith hace 7 años
padre
commit
46c796ef64
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4C50B54A911F6252
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw Ver fichero

@@ -7,7 +7,7 @@ command -V gpg >/dev/null 2>&1 && GPG="gpg" || GPG="gpg2"
}
! command -v mbsync >/dev/null && printf "\`mbsync\` must be installed to run mutt-wizard.\\n" && exit

if [[ "$OSTYPE" == "darwin"* ]]; then
if [ "$OSTYPE" = "darwin" ]; then
prefix="/usr/local"
else
prefix="/usr"


Cargando…
Cancelar
Guardar