Sfoglia il codice sorgente

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 anni fa
parent
commit
92fd0d9fb1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh Vedi File

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

Caricamento…
Annulla
Salva