From 0cad50146738c4588effc1e72b95685f0bf83403 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Wed, 27 Dec 2023 17:43:30 -0600 Subject: [PATCH] Update just --- just | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/just b/just index 12c8f3c..3fbd818 100755 --- a/just +++ b/just @@ -14,4 +14,4 @@ build()( mv "$artifact.new" "$artifact" ) -c=$1; shift; "$c" "$@" +cd "$(dirname "${BASH_SOURCE[0]}")"; c=$1; shift; "$c" "$@"