mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
builder: do not defer env eval for msys2 host hook
Do not defer evaluating $BUILD_ENV in the msys2 host/target environment overrides, as that causes the subsequent eval to try to run the variable as a command.
This commit is contained in:
@@ -116,7 +116,7 @@ OPWD="\$PWD"
|
|||||||
export MSYSTEM=MSYS
|
export MSYSTEM=MSYS
|
||||||
. /etc/profile || :
|
. /etc/profile || :
|
||||||
. ~/.bashrc 2>/dev/null || :
|
. ~/.bashrc 2>/dev/null || :
|
||||||
\$BUILD_ENV
|
$BUILD_ENV
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cd "$OPWD"
|
cd "$OPWD"
|
||||||
@@ -132,7 +132,7 @@ OPWD="\$PWD"
|
|||||||
export MSYSTEM="\$OMSYSTEM"
|
export MSYSTEM="\$OMSYSTEM"
|
||||||
. /etc/profile || :
|
. /etc/profile || :
|
||||||
. ~/.bashrc 2>/dev/null || :
|
. ~/.bashrc 2>/dev/null || :
|
||||||
\$BUILD_ENV
|
$BUILD_ENV
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cd "$OPWD"
|
cd "$OPWD"
|
||||||
|
Reference in New Issue
Block a user