update setup dirname
This commit is contained in:
parent
eedb41e00a
commit
6fa5c39356
1 changed files with 1 additions and 2 deletions
3
setup.sh
3
setup.sh
|
@ -1,7 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
cd "$( dirname "$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