Переглянути джерело

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 6 роки тому
committed by GitHub
джерело
коміт
a08b1f611e
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 4AEE18F83AFDEB23
2 змінених файлів з 2 додано та 2 видалено
  1. +1
    -1
      install.sh
  2. +1
    -1
      uninstall.sh

+ 1
- 1
install.sh Переглянути файл

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

+ 1
- 1
uninstall.sh Переглянути файл

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

Завантаження…
Відмінити
Зберегти