1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Change shebang to env

Move parameters from shebang back into set.
Add set -e to setenv and vstool for consistency.
This commit is contained in:
Margen67
2022-03-09 21:15:32 -08:00
parent 67a70b4235
commit 2e8c16e028
17 changed files with 51 additions and 17 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/bash -e
#!/usr/bin/env bash
set -e
if [[ "$#" -ne 4 && "$#" -ne 5 ]]; then
echo 'Upload an OpenRCT2 build to openrct2.org.'