mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 07:14:31 +01:00
Add Linux portable to GitHub CI (#10612)
This commit is contained in:
@@ -50,7 +50,7 @@ fi
|
||||
realpath() {
|
||||
[[ $1 = /* ]] && echo "$1" || echo "$(pwd)/${1#./}"
|
||||
}
|
||||
scriptsdir="$(realpath `dirname ${BASH_SOURCE[0]}`)"
|
||||
scriptsdir="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
|
||||
export PATH="$scriptsdir:$PATH"
|
||||
|
||||
# Output all the variables
|
||||
|
||||
Reference in New Issue
Block a user