소스 검색

build: prepend /usr/local/bin in $PATH when running Bitten on OS X.

legacy
Sam Hocevar sam 12 년 전
부모
커밋
e5e04a53c8
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      build/run-bitten.sh

+ 11
- 0
build/run-bitten.sh 파일 보기

@@ -181,6 +181,17 @@ append ""

cat "$conffile"

#
# Fix system
#

if [ "$family" = "osx" ]; then
# The version of Subversion shipped by Apple is antique; try to
# use the one in /usr/local/bin instead.
PATH="/usr/local/bin:$PATH"
export PATH
fi

#
# Launch everything
#


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