Pārlūkot izejas kodu

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 pirms 6 gadiem
vecāks
revīzija
92fd0d9fb1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt