From 2542891f652dc09727788047256c330eaaae6a02 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 14 Dec 2024 18:31:43 +0100 Subject: Always ensure we’re in the correct directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fetch-inputs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fetch-inputs b/fetch-inputs index 5161496..4c3b00e 100755 --- a/fetch-inputs +++ b/fetch-inputs @@ -1,5 +1,7 @@ #!/bin/sh +cd "$(dirname "$0")" + find . \ -regextype egrep \ -mindepth 2 \ -- cgit v1.2.3