mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Move parameters from shebang back into set. Add set -e to setenv and vstool for consistency.
6 lines
43 B
Bash
Executable File
6 lines
43 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
vstool.cmd $@
|