소스 검색

Merge pull request #256 from fqp/patch-1

Fix typo in install.sh
pull/257/head
Nikolai Aleksandrovich Pavlov 7 년 전
committed by GitHub
부모
커밋
d70b1560af
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"

불러오는 중...
취소
저장