awolk a4e0fd9de6 games/yquake2 quote parameters in the wrapper
as they can contain whitespace as pointed out
by jca@ (thanks!).

OK jca@
2018-02-15 09:56:21 +00:00

5 lines
87 B
Bash

#!/bin/sh
cd ${TRUEPREFIX}/share/yquake2
exec ${TRUEPREFIX}/share/yquake2/quake2 "$@"