Fix Xwayland-Game-Wrapper

This commit is contained in:
Alexander Rosenberg 2025-01-13 19:53:54 -08:00
parent ebd8d9ef2c
commit d91c7f00ba
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

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