Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
92fd0d9fb1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet