summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-07-10 12:16:35 +1000
committerAndrew Tridgell <tridge@samba.org>2008-07-10 12:16:35 +1000
commitec38226872ecbb60aef79d3c8a5ce20046d8f845 (patch)
tree3eceb4926466f6e8180bf838561d52554de7be3b
parenteba5c8c39ae8a475aa334cd230672605d20ecd1c (diff)
fix space handling in substitution
-rw-r--r--functions1
1 files changed, 0 insertions, 1 deletions
diff --git a/functions b/functions
index 1c19e2c..02c3c18 100644
--- a/functions
+++ b/functions
@@ -110,7 +110,6 @@ substitute_vars() {(
# escape some pesky chars
s=${s//
/\\n}
- s=${s// /\\s}
s=${s//#/\\#}
s=${s//&/\\&}
[ "$s" = "" ] && {