Procházet zdrojové kódy

Merge pull request #256 from fqp/patch-1

Fix typo in install.sh
pull/257/head
Nikolai Aleksandrovich Pavlov před 7 roky
odevzdal GitHub
rodič
revize
d70b1560af
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh Zobrazit soubor

@ -3,7 +3,7 @@
# Set source and target directories
powerline_fonts_dir=$( cd "$( dirname "$0" )" && pwd )
# if an argument is given it is used to select wich fonts to install
# if an argument is given it is used to select which fonts to install
prefix="$1"
find_command="find \"$powerline_fonts_dir\" \( -name '$prefix*.[o,t]tf' -or -name '$prefix*.pcf.gz' \) -type f -print0"

Načítá se…
Zrušit
Uložit