Changeset 2037


Ignore:
Timestamp:
Oct 21, 2012, 4:36:12 AM (10 years ago)
Author:
sam
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build/run-bitten.sh

    r2015 r2037  
    183183
    184184#
     185# Fix system
     186#
     187
     188if [ "$family" = "osx" ]; then
     189    # The version of Subversion shipped by Apple is antique; try to
     190    # use the one in /usr/local/bin instead.
     191    PATH="/usr/local/bin:$PATH"
     192    export PATH
     193fi
     194
     195#
    185196# Launch everything
    186197#
Note: See TracChangeset for help on using the changeset viewer.