summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425>2014-05-14 16:33:06 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-14 16:33:06 +0000
commit7b5c485c559ad10eaeb4334c82d9849e36b1cb0a (patch)
tree257bb0977c72f9759831553a2c480a3ab6b22666
parentffa4f68d3386549eec92db82bec0296c1b8871a2 (diff)
parent77740a73b282bd93c1541c4b7d7939ffd09b0432 (diff)
downloadsanitizer-7b5c485c559ad10eaeb4334c82d9849e36b1cb0a.tar.gz
am 77740a73: specify the shell explicitly in the Makefile
* commit '77740a73b282bd93c1541c4b7d7939ffd09b0432': specify the shell explicitly in the Makefile
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d65afd2..e2e0bef 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@ help:
@echo "To run tests with assertions on, do"
@echo " make NOASSERTS=1 runtests"
+SHELL=/bin/bash
CLASSPATH=lib/guava-libraries/guava.jar:lib/jsr305/jsr305.jar
TEST_CLASSPATH=$(CLASSPATH):lib/htmlparser-1.3/htmlparser-1.3.jar:lib/junit/junit.jar:lib/commons-codec-1.4/commons-codec-1.4.jar:benchmark-data
JAVAC_FLAGS=-source 1.5 -target 1.5 -Xlint -encoding UTF-8