Skip to content

Commit

Permalink
Use bash to call _within_dev.sh
Browse files Browse the repository at this point in the history
jonahbeckford committed Nov 8, 2024
1 parent 060cd8b commit caef94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unix/_common_tool.sh
Original file line number Diff line number Diff line change
@@ -135,7 +135,7 @@ exec_in_platform() {
if [ -n "${PLATFORM_EXEC_PRE_DOUBLE:-}" ]; then
ACTUAL_PRE_HOOK_DOUBLE="$PLATFORM_EXEC_PRE_DOUBLE"
fi
printf "%s\n" "exec '$DKMLDIR'/vendor/drc/unix/_within_dev.sh -p '$_exec_dev_or_arch_helper_DKMLPLATFORM' -0 '${ACTUAL_PRE_HOOK_SINGLE:-}' -1 '${ACTUAL_PRE_HOOK_DOUBLE:-}' \\" > "$_exec_dev_or_arch_helper_CMDFILE"
printf "%s\n" "exec bash '$DKMLDIR'/vendor/drc/unix/_within_dev.sh -p '$_exec_dev_or_arch_helper_DKMLPLATFORM' -0 '${ACTUAL_PRE_HOOK_SINGLE:-}' -1 '${ACTUAL_PRE_HOOK_DOUBLE:-}' \\" > "$_exec_dev_or_arch_helper_CMDFILE"

cat "$_exec_dev_or_arch_helper_CMDARGS" >> "$_exec_dev_or_arch_helper_CMDFILE"

0 comments on commit caef94b

Please sign in to comment.