Parcourir la source

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 il y a 6 ans
Parent
révision
92fd0d9fb1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh Voir le fichier

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

Chargement…
Annuler
Enregistrer