From 84912d4b24382ae022da3a863bd6caa2b8948d94 Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Thu, 25 Feb 2021 18:16:07 -0500 Subject: build: Remove spaces from variable-printing rules This simplifies parsing when using these rules from scripts. --- contrib/guix/guix-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/guix/guix-build') diff --git a/contrib/guix/guix-build b/contrib/guix/guix-build index d817fb74ba..818ea7c8ef 100755 --- a/contrib/guix/guix-build +++ b/contrib/guix/guix-build @@ -119,7 +119,7 @@ fi for host in $HOSTS; do case "$host" in *darwin*) - OSX_SDK="$(make -C "${PWD}/depends" --no-print-directory HOST="$host" print-OSX_SDK | sed 's@^[^=]\+=[[:space:]]\+@@g')" + OSX_SDK="$(make -C "${PWD}/depends" --no-print-directory HOST="$host" print-OSX_SDK | sed 's@^[^=]\+=@@g')" if [ -e "$OSX_SDK" ]; then echo "Found macOS SDK at '${OSX_SDK}', using..." else -- cgit v1.2.3