mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-21 06:43:04 +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:
@@ -1,4 +1,6 @@
|
||||
#!/bin/bash -ex
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
# use RAM disk if possible
|
||||
if [ -z "$CI" ] && [ -d /dev/shm ]; then
|
||||
|
||||
Reference in New Issue
Block a user