Skip to content

Commit

Permalink
Merge pull request #48 from barriosnahuel/hotfix/cd
Browse files Browse the repository at this point in the history
Fix calls to "cd"
  • Loading branch information
barriosnahuel committed May 10, 2016
2 parents 7627c91 + 7fdd413 commit be1e77e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit be1e77e

Please sign in to comment.