maint.mk: fix typo in code to derive GPG key at release time
authorJim Meyering <meyering@redhat.com>
Sun, 17 Jun 2012 19:16:54 +0000 (21:16 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 17 Jun 2012 19:16:54 +0000 (21:16 +0200)
* top/maint.mk (gpg_key_ID): Fix typo: $3 -> $$3

ChangeLog
top/maint.mk

index e04138c..b3635c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-17  Jim Meyering  <meyering@redhat.com>
+
+       maint.mk: fix typo in code to derive GPG key at release time
+       * top/maint.mk (gpg_key_ID): Fix typo: $3 -> $$3
+
 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
 
        regex: avoid warning when pointers are not long
index 7cd24b8..a1af711 100644 (file)
@@ -1242,7 +1242,7 @@ bootstrap-tools ?= autoconf,automake,gnulib
 gpg_key_ID ?= \
   $$(git cat-file tag v$(VERSION) \
      | gpgv --status-fd 1 --keyring /dev/null - - 2>/dev/null \
-     | awk '/^\[GNUPG:\] ERRSIG / {print $3; exit}')
+     | awk '/^\[GNUPG:\] ERRSIG / {print $$3; exit}')
 
 translation_project_ ?= coordinator@translationproject.org