Skip to content

Commit

Permalink
Make sure you are in the git repo before doing the update.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Oct 5, 2015
1 parent 92fd4c0 commit 153afba
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions scripts/get-env.sh
Expand Up @@ -103,9 +103,12 @@ export PATH=$CONDA_DIR/bin:$PATH
)

# git submodules
git submodule update --recursive
git submodule foreach \
git submodule update --recursive --init
(
cd $TOP_DIR
git submodule update --recursive
git submodule foreach \
git submodule update --recursive --init
)

# migen
MIGEN_DIR=$THIRD_DIR/migen
Expand Down

0 comments on commit 153afba

Please sign in to comment.