one debuging latter

This commit is contained in:
Marc
2024-07-27 19:29:38 +02:00
parent 57c55a4fb8
commit 67be7ca900
+6 -1
View File
@@ -172,5 +172,10 @@ then
echo "$GAMESCOPE_PATH" -f -b "$@" echo "$GAMESCOPE_PATH" -f -b "$@"
exec "$GAMESCOPE_PATH" -f -b "$GR_PREFIX" "$@" exec "$GAMESCOPE_PATH" -f -b "$GR_PREFIX" "$@"
else else
exec sh -c "$GR_PREFIX '$@'" if [ -z "$GR_PREFIX" ]
then
exec sh -c "$@"
else
exec $GR_PREFIX "$@"
fi
fi fi