Use more here-doc strings.
commitf65ae744e5e27916447949e274188bbd3e241efe
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Sat, 1 Dec 2007 11:41:13 +0000 (1 12:41 +0100)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Sat, 1 Dec 2007 11:41:13 +0000 (1 12:41 +0100)
tree5658b992c401f023efae9fe08822d369d800b22c
parent6cc85dc60a4299276588aea9205b5167cc5c905b
Use more here-doc strings.

Bash 3.2 double expands variable in strings, e.g.:
  s='\n'
  echo "$s"
prints a new-line character.

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
svn-wrapper.sh