| Index: tools/push-to-trunk.sh
|
| diff --git a/tools/push-to-trunk.sh b/tools/push-to-trunk.sh
|
| index 48748bf3aca544f400b4aa3c116691b99459e755..4bbb57a602487df92a3c34a386ee74d3c3a0b137 100755
|
| --- a/tools/push-to-trunk.sh
|
| +++ b/tools/push-to-trunk.sh
|
| @@ -270,7 +270,7 @@ if [ $STEP -le 7 ] ; then
|
| PREPARE_COMMIT_MSG="Prepare push to trunk. \
|
| Now working on version $NEWMAJOR.$NEWMINOR.$NEWBUILD."
|
| persist "PREPARE_COMMIT_MSG"
|
| - git commit -a -m $PREPARE_COMMIT_MSG \
|
| + git commit -a -m "$PREPARE_COMMIT_MSG" \
|
| || die "'git commit -a' failed."
|
| fi
|
|
|
|
|