summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-22 21:01:37 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-22 21:01:37 (EDT)
commit226dc0e04efb6938486524925a90330602979a23 (patch)
tree010e34c90a0199750f9c44edbf754a09b564a9b2 /autogen.sh
parentcbe92a17d2fad1a77b2ffcd9cfcb1884829dc9cb (diff)
autogen.sh: Escape backquotes in heredocument.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index a23ff90..e4043f8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ srcdir="${0%/*}"
cd "${srcdir}"
[ -d build-aux ] || mkdir build-aux
cat >ChangeLog <<-EOF
-This file is generated upon release. Run `git log` for a list of changes.
+This file is generated upon release. Run \`git log\` for a list of changes.
EOF
aclocal
autoconf