瀏覽代碼

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
#


Loading…
取消
儲存