mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-17 04:52:31 +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 $@
|