summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2013-10-02 10:16:17 +0100
committerRoger Leigh <rleigh@debian.org>2013-10-02 10:16:17 +0100
commitbbfbac53ae2d9f0bf8678d4143c95c8ecccb3412 (patch)
tree8cb21d7984ab8f72d0ff3f32c9a7b20044dd2a8d
parentb79369058da4b641befacdcf2a8271dca5cbe305 (diff)
downloadschroot-bbfbac53ae2d9f0bf8678d4143c95c8ecccb3412.tar.gz
cmake: GitRelease: commit_opts should be commit_options
-rw-r--r--cmake/GitRelease.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/GitRelease.cmake b/cmake/GitRelease.cmake
index b0c46d25..ab742342 100644
--- a/cmake/GitRelease.cmake
+++ b/cmake/GitRelease.cmake
@@ -837,7 +837,7 @@ function(git_dist)
if (show_ref_status GREATER 0)
set(newroot "(root-commit) ")
else (show_ref_status GREATER 0)
- set(commit_opts ${commit_opts} -p ${dist_parent})
+ set(commit_options ${commit_options} -p ${dist_parent})
endif (show_ref_status GREATER 0)
file(WRITE "${GIT_DIST_TMPDIR}/commit-message" "${GIT_DIST_COMMIT_MESSAGE}")