Explorar el Código

Merge pull request #279 from femiagbabiaka/bugfix-bsd-install-compat

Use /bin/sh as the interpreter for installation script.
pull/288/head
Nikolai Aleksandrovich Pavlov hace 6 años
cometido por GitHub
padre
commit
a08b1f611e
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      install.sh
  2. +1
    -1
      uninstall.sh

+ 1
- 1
install.sh Ver fichero

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Set source and target directories
powerline_fonts_dir="$( cd "$( dirname "$0" )" && pwd )"

+ 1
- 1
uninstall.sh Ver fichero

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Set source and target directories
powerline_fonts_dir="$( cd "$( dirname "$0" )" && pwd )"

Cargando…
Cancelar
Guardar