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