From 1388256291ffe49cde85077a36ed47653a391de8 Mon Sep 17 00:00:00 2001 From: Shyam Mani Date: Fri, 21 Oct 2011 02:27:14 +0800 Subject: [PATCH] Cleaner way to find out where tracemonkey is. --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 53b9123..6d9e3f2 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -28,7 +28,7 @@ pip install -q -r requirements.txt git submodule sync -q git submodule update --init -export SPIDERMONKEY_INSTALLATION="/usr/local/bin/tracemonkey" +export SPIDERMONKEY_INSTALLATION=`which tracemonkey` echo "Starting tests..." `date`