commit | 5ff0b47909be3e8bdd4da04b9a22cfc1b170609f | [log] [tgz] |
---|---|---|
author | Brian St. Pierre <brian@bstpierre.org> | 周三 11月 03 16:40:58 2010 -0400 |
committer | Brian St. Pierre <brian@bstpierre.org> | 周三 11月 03 16:40:58 2010 -0400 |
tree | b66a3da2ede18159a94698c57b9d5a21f17003af | |
parent | 61f2c691b615c053f313022a43e874c5f65cd557 [diff] |
Fix issue 34: "release finish" error: bad variable name. On some systems, /bin/sh is a symlink to dash. "local" here wants to create variables for multiple words on the line. Added quotes so that these are not treated as multiple variables.