From c7a7d000731886e6c42a3107184785656bccbeca Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 8 Jul 2025 12:04:57 +0200 Subject: [PATCH] Update 00-global_var.sh --- .templates/00-global_var.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/00-global_var.sh b/.templates/00-global_var.sh index 93577b629..4301cdf00 100644 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -37,6 +37,7 @@ sanitize_variable() { return fi printf -v escaped '%q' "$raw" + escaped="${escaped//\\ } }" # If nothing changed, return the original. if [[ "$raw" == "$escaped" ]]; then printf '%s' "$raw"