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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user