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__