From 59b6e48f53d7fe4d1ac682b686b8f3a4c5630029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Mon, 2 Dec 2024 13:37:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=F0=9F=90=9B=20without=20the=20equa?= =?UTF-8?q?l=20sign?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/project2bashvars.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/project2bashvars.gd b/tools/project2bashvars.gd index abd438a..2147811 100755 --- a/tools/project2bashvars.gd +++ b/tools/project2bashvars.gd @@ -6,7 +6,7 @@ func printvar(shellvar, setting_value): if not setting_value.contains('\n'): print('{0}="{1}"'.format([shellvar, setting_value])) else: - print('{0}=<