e078bbb383
The wrapper script uses raw `$@`, which does not work when any of the argument contains spaces. Use `"$@"` instead, which handles this correctly.