update setup dirname

This commit is contained in:
Hactarus 2022-10-24 23:46:40 +02:00
parent 1518c4df9f
commit 53e002fddf
No known key found for this signature in database
GPG key ID: D03D25D1292719AC

View file

@ -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