From 7fdd4130e97eb578b67e02de8381a621b72751da Mon Sep 17 00:00:00 2001 From: Nahuel Barrios Date: Tue, 10 May 2016 17:21:19 -0300 Subject: [PATCH] Fix calls to "cd". This must be improved!! fixes #47 --- common.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.sh b/common.sh index 1e98a79..fdc54be 100644 --- a/common.sh +++ b/common.sh @@ -35,6 +35,7 @@ fi . modules/nodejs.sh . modules/android.sh +cd "${CURRENT_DIR}" . modules/sublime-text.sh # Remember that go.sh requires Homebrew.sh. @@ -45,12 +46,14 @@ fi . modules/java.sh . modules/gimp.sh +cd "${CURRENT_DIR}" . modules/google-app-engine.sh # Remember that heroku.sh requires Homebrew.sh. . modules/heroku.sh . modules/tomcat.sh +cd "${CURRENT_DIR}" . modules/mixxx.sh # sdkman at the end because SDKMAN_DIR environment variable must be at the end to work.