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

setenv: fix typo (#14477)

This commit is contained in:
Margen67
2021-04-14 12:34:52 -10:00
committed by GitHub
parent b24cdff0fb
commit 3a51145567

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# This sets up more environment variables using existing the environment
# This sets up more environment variables using the existing environment
# It should be dot sourced into your environment
if [[ "$GITHUB_ACTIONS" != "true" ]]; then
export OPENRCT2_BUILD_SERVER=$(hostname)