From 9a20985744ae10e32f6a7302bf248709bd8d2682 Mon Sep 17 00:00:00 2001 From: Hactarus Date: Mon, 26 Sep 2022 23:12:12 +0200 Subject: [PATCH] update setup basedir --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index a626b9c..8c662f0 100755 --- a/setup.sh +++ b/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