| commit | aa2b354eef37efbb7cc935a32e7dcbab57c95219 | [log] [tgz] |
|---|---|---|
| author | Vincent Latombe <vincent@latombe.net> | Tue Aug 04 14:10:24 2015 +0200 |
| committer | Vincent Latombe <vincent@latombe.net> | Tue Aug 04 14:23:03 2015 +0200 |
| tree | ef8a33ddb524b814833b36063e131c70d1b35b85 | |
| parent | fdeab76f7ea7b508a8bae9465d35761571092a7c [diff] |
Fix copy of files with a $ in filename This fixes support for configuration files under jenkins_home containing a $ character. With the previous version, bash would evaluate the part starting with $, replacing it with nothing, so the file wasn't copied.