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.
1 file changed