From 1e8a91d4120afe2ee063ede02f11eabfa433d9f4 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Sat, 7 Oct 2023 17:46:28 +0200 Subject: [PATCH] Make sure I'm in the right working directory --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index b5fdda2..46a0e32 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash set -e +cd "$(dirname "$(realpath "$BASH_SOURCE")")" DIST="me.fier.gawk" PRETTY_DIST="gawk"