Fix Xwayland-Game-Wrapper

This commit is contained in:
2025-01-13 19:53:54 -08:00
parent ebd8d9ef2c
commit d91c7f00ba

View File

@ -121,7 +121,7 @@ let cat_pid="${!}"
sh -c "exec -- ${window_manager}" & sh -c "exec -- ${window_manager}" &
function { function {
emulate -L sh emulate -L sh
eval "${@}" "${@}"
} "${@}" } "${@}"
let child_error_code="${?}" let child_error_code="${?}"
if (( ${child_error_code} )); then if (( ${child_error_code} )); then