From f1f40cbaa3f3e76eff655e3081181e08a7157e74 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 22 Jul 2022 20:09:23 -0300 Subject: config.sh.in: quote all variables Output variables in general may contain values with spaces in them. Example: `CC=gcc -foo`. Relates to #5140. --- config.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.sh.in') diff --git a/config.sh.in b/config.sh.in index 3d54ff189..256879b7c 100644 --- a/config.sh.in +++ b/config.sh.in @@ -1,3 +1,3 @@ # @configure_input@ -NAME=@PACKAGE_NAME@ -VERSION=@PACKAGE_VERSION@ +NAME="@PACKAGE_NAME@" +VERSION="@PACKAGE_VERSION@" -- cgit v1.2.3-70-g09d2