diff --git a/build/run-bitten.sh b/build/run-bitten.sh index e3479864..7437d93f 100755 --- a/build/run-bitten.sh +++ b/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 #