You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07: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 $@
|