This commit is contained in:
Alexandre
2025-07-08 13:10:59 +02:00
committed by GitHub
parent 525222ea2e
commit e54a40e088

View File

@@ -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"