From 088776a7594fa2175abd9dad068ed33b81821943 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 18 Aug 2026 12:36:41 +0900 Subject: [PATCH] Add missing export in init --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 90594ee..cd14fd7 100644 --- a/init.sh +++ b/init.sh @@ -46,6 +46,6 @@ if [ ! -f "${target_file_runner}" ]; then runner_exists=0 fi; -export arch target_file app_exists runner_exists; +export arch target_file target_file_runner app_exists runner_exists; # __END__