update setup basedir
This commit is contained in:
parent
be29cd2126
commit
9a20985744
1 changed files with 2 additions and 0 deletions
2
setup.sh
2
setup.sh
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cd "$( dirname "$0" )"
|
||||
|
||||
# make sure we have pulled in and updated any submodules
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
|
Loading…
Add table
Reference in a new issue