Ver código fonte

Use /bin/sh as the interpreter for installation script.

Users of *BSD systems will usually have bash installed under /usr/local or something of the sort.
There were two viable options here, the other is to use the `env` tool to determine the location
of bash. However, after linting this file with the sh interpreter installed on my system,
I discovered that this will do.
pull/279/head
Femi Agbabiaka 6 anos atrás
pai
commit
92fd0d9fb1
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh Ver arquivo

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

Carregando…
Cancelar
Salvar