Skip to content

Commit

Permalink
Cleaner way to find out where tracemonkey is.
Browse files Browse the repository at this point in the history
  • Loading branch information
fox2mike committed Oct 20, 2011
1 parent 6f22e3e commit d6bce24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ source $VENV/bin/activate

pip install -q -r requirements.txt

export SPIDERMONKEY_INSTALLATION="/usr/local/bin/tracemonkey"
export SPIDERMONKEY_INSTALLATION=`which tracemonkey`

echo "Starting tests..." `date`

Expand Down

0 comments on commit d6bce24

Please sign in to comment.