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 89635d7 commit 1388256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Expand Up @@ -28,7 +28,7 @@ pip install -q -r requirements.txt
git submodule sync -q git submodule sync -q
git submodule update --init git submodule update --init


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


echo "Starting tests..." `date` echo "Starting tests..." `date`


Expand Down

0 comments on commit 1388256

Please sign in to comment.