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