summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--git-buildmsg/git-buildmsg.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-buildmsg/git-buildmsg.in b/git-buildmsg/git-buildmsg.in
index 38f0df6..c717161 100644
--- a/git-buildmsg/git-buildmsg.in
+++ b/git-buildmsg/git-buildmsg.in
@@ -45,7 +45,7 @@ working_dir="$(pwd)"
self="$(basename "$0")"
# Defaults
-ifndef_symbol="GIT_VERSION_H"
+ifndef_symbol="GIT_BUILDMSG_H"
outfile="-"
print_example=false
srcdir="$(pwd)"
@@ -199,7 +199,7 @@ if "$print_example"
then
cat<<EOF
-/* example program demonstrating the use of git_version.sh output */
+/* example program demonstrating the use of ${self} output */
#include <stdio.h>
#include <string.h>