Pārlūkot izejas kodu

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

legacy
Sam Hocevar sam pirms 13 gadiem
vecāks
revīzija
e5e04a53c8
1 mainītis faili ar 11 papildinājumiem un 0 dzēšanām
  1. +11
    -0
      build/run-bitten.sh

+ 11
- 0
build/run-bitten.sh Parādīt failu

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


cat "$conffile" 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 # Launch everything
# #


Notiek ielāde…
Atcelt
Saglabāt