]> git.ipfire.org Git - thirdparty/bind9.git/commit
[rt46602] Escape line ends in shell script variable assignment
authorStephen Morris <stephen@isc.org>
Thu, 25 Jan 2018 14:45:49 +0000 (14:45 +0000)
committerStephen Morris <stephen@isc.org>
Thu, 22 Feb 2018 11:14:32 +0000 (11:14 +0000)
commit53ebdf225f9389ef8128d273230865e496787dba
tree00c05cb1d51fe46760e92a6f1d9eae1d1e3bebf3
parent8513c4256b0e36029318827784d856a163297174
[rt46602] Escape line ends in shell script variable assignment

Escape the line ends in a multi-line variable assignment.  Under some
circumstances, substituting the variable caused syntax errors when
used as the list of values in a shell script "for" statement.

(cherry picked from commit 462766cd763413c4a0d069b7adf2e65816851493)
bin/tests/system/conf.sh.in