Add missing export in init

This commit is contained in:
Clemens Schwaighofer
2026-08-18 12:36:41 +09:00
parent df5f57bc4f
commit 088776a759
+1 -1
View File
@@ -46,6 +46,6 @@ if [ ! -f "${target_file_runner}" ]; then
runner_exists=0 runner_exists=0
fi; fi;
export arch target_file app_exists runner_exists; export arch target_file target_file_runner app_exists runner_exists;
# __END__ # __END__