update setup dirname

This commit is contained in:
Hactarus 2022-10-24 23:46:40 +02:00 committed by Quentin Godefroid
parent eedb41e00a
commit 6fa5c39356
Signed by: hactario
GPG key ID: 688E98939E5CBE8D

View file

@ -1,7 +1,6 @@
#!/usr/bin/env bash
cd "$( dirname "$0" )"
cd $(dirname $0)
# make sure we have pulled in and updated any submodules
git submodule init
git submodule update