mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-05-31 15:57:42 +03:00
configure.sh: Fix default build-name
Have to put setting environment variable on its own line as otherwise it just just sets that value for that one line. Link: https://github.com/ValveSoftware/Proton/pull/8747
This commit is contained in:
parent
b8ebaf63de
commit
8a76005135
@ -117,7 +117,8 @@ function configure() {
|
||||
if [[ -n $build_name ]]; then
|
||||
info "Configuring with build name: $build_name"
|
||||
else
|
||||
build_name="$DEFAULT_BUILD_NAME" info "No build name specified, using default: $build_name"
|
||||
build_name="$DEFAULT_BUILD_NAME"
|
||||
info "No build name specified, using default: $build_name"
|
||||
fi
|
||||
|
||||
if [[ ${build_name,,} == *proton* ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user