This is an automated email from the ASF dual-hosted git repository. kou pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 07f2e78fee0b6d33b336c0772e783d8a688279a6 Author: Kouhei Sutou <[email protected]> AuthorDate: Thu Oct 4 06:55:02 2018 -0400 ARROW-3432: [Packaging] Expand variables in commit message Author: Kouhei Sutou <[email protected]> Closes #2703 from kou/expand-variables-in-commit-message and squashes the following commits: da4f3bc11 <Kouhei Sutou> Expand variables in commit message --- dev/release/02-source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/release/02-source.sh b/dev/release/02-source.sh index f60ee15..f74fd81 100755 --- a/dev/release/02-source.sh +++ b/dev/release/02-source.sh @@ -132,7 +132,7 @@ cp -rf "$artifact_dir"/* tmp/${tagrc}/binaries/ # commit to svn svn add tmp/${tagrc} -svn ci -m 'Apache Arrow ${version} RC${rc}' tmp/${tagrc} +svn ci -m "Apache Arrow ${version} RC${rc}" tmp/${tagrc} # clean up rm -rf tmp
