summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-07 20:23:48 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-07 20:23:48 +0100
commitf370c1b989c2c3a92a733764d62b421ddb97d558 (patch)
tree518ec59c63c09946d015c8a5cf339fc5332bb5ec
parent065882698b0c31f12f7bdbdcf0562c1c6d318f7e (diff)
downloadndim-git-utils-f370c1b989c2c3a92a733764d62b421ddb97d558.tar.gz
ndim-git-utils-f370c1b989c2c3a92a733764d62b421ddb97d558.tar.xz
ndim-git-utils-f370c1b989c2c3a92a733764d62b421ddb97d558.zip
Make git-buildmsg rename complete
-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>