浏览代码

Fix typo in install.sh

pull/256/head
Freek van Gorkum 7 年前
提交者 GitHub
父节点
当前提交
d0cc8031d5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh 查看文件

@ -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"

正在加载...
取消
保存