소스 검색

Merge pull request #279 from femiagbabiaka/bugfix-bsd-install-compat

Use /bin/sh as the interpreter for installation script.
pull/288/head
Nikolai Aleksandrovich Pavlov 6 년 전
committed by GitHub
부모
커밋
a08b1f611e
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      install.sh
  2. +1
    -1
      uninstall.sh

+ 1
- 1
install.sh 파일 보기

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

+ 1
- 1
uninstall.sh 파일 보기

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

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