Parcourir la source

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

legacy
Sam Hocevar sam il y a 13 ans
Parent
révision
e5e04a53c8
1 fichiers modifiés avec 11 ajouts et 0 suppressions
  1. +11
    -0
      build/run-bitten.sh

+ 11
- 0
build/run-bitten.sh Voir le fichier

@@ -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
#


Chargement…
Annuler
Enregistrer