From cf3ed8f370b13713fc25c8f201997a6f0718416b Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Mon, 12 Nov 2018 04:47:59 -0800 Subject: [PATCH] builder: fix quoting issues introduced in 37869441 In host_env/target_env/etc. functions, quote all variables values so that they pass through eval correctly. --- tools/builder/mingw.sh | 38 +++++++++++++++++++------------------- tools/win/msys2-builder | 6 +++--- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/tools/builder/mingw.sh b/tools/builder/mingw.sh index deca63c5..e0086968 100644 --- a/tools/builder/mingw.sh +++ b/tools/builder/mingw.sh @@ -76,19 +76,19 @@ host_env() { ln -sf "$BUILD_ROOT/host" "$BUILD_ROOT/root" if [ -z "$OCC" ]; then cat </dev/null || : @@ -126,8 +126,8 @@ target_env() { cat </dev/null || : $BUILD_ENV