From 13f5bccb7c88ec28da70f0e2da24f9d1d2d18064 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Fri, 27 Jun 2014 08:34:15 -0400 Subject: [PATCH] Try to cd back to the build root --- utils/travis/bootstrap-zm.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/travis/bootstrap-zm.sh b/utils/travis/bootstrap-zm.sh index 4bc487d20..e3649ee0c 100644 --- a/utils/travis/bootstrap-zm.sh +++ b/utils/travis/bootstrap-zm.sh @@ -9,10 +9,11 @@ with_timestamps() { done } -cd $TRAVIS_BUILD_DIR bootstrap_zm() { + cd $TRAVIS_BUILD_DIR + if [ "$ZM_BUILDMETHOD" = "autotools" ]; then libtoolize --force; fi if [ "$ZM_BUILDMETHOD" = "autotools" ]; then aclocal; fi if [ "$ZM_BUILDMETHOD" = "autotools" ]; then autoheader; fi