aboutsummaryrefslogtreecommitdiffstats
path: root/config.sh.in
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-07-22 20:09:23 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-01 20:31:39 -0300
commitf1f40cbaa3f3e76eff655e3081181e08a7157e74 (patch)
tree182af8d9a980760a344bfcea7dfa922b12a6c13f /config.sh.in
parentRELNOTES: add build and ci items (diff)
downloadfirejail-f1f40cbaa3f3e76eff655e3081181e08a7157e74.tar.gz
firejail-f1f40cbaa3f3e76eff655e3081181e08a7157e74.tar.zst
firejail-f1f40cbaa3f3e76eff655e3081181e08a7157e74.zip
config.sh.in: quote all variables
Output variables in general may contain values with spaces in them. Example: `CC=gcc -foo`. Relates to #5140.
Diffstat (limited to 'config.sh.in')
-rw-r--r--config.sh.in4
1 files changed, 2 insertions, 2 deletions
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 @@
1# @configure_input@ 1# @configure_input@
2NAME=@PACKAGE_NAME@ 2NAME="@PACKAGE_NAME@"
3VERSION=@PACKAGE_VERSION@ 3VERSION="@PACKAGE_VERSION@"