Use mozconfig-find to make this work with mozconfig locations other than ~.

git-svn-id: svn://10.0.0.236/trunk@147596 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2003-10-06 00:57:36 +00:00
parent 638e691964
commit fa7cb8115d

View File

@@ -38,7 +38,7 @@ DEPTH="../../../../.."
TEST_BASE=`dirname $0`
TEST_BASE=`cd $TEST_BASE;pwd`
MOZ_TEST_BASE=$TEST_BASE/$DEPTH
MOZCONF=$HOME/.mozconfig
MOZCONF=`$MOZ_TEST_BASE/mozilla/build/autoconf/mozconfig-find $MOZ_TEST_BASE/mozilla`
MOZ_OBJ=""
if test -f $MOZCONF; then