changeset 16913:a878aa8b0b82

maint.mk: fix typo in code to derive GPG key at release time * top/maint.mk (gpg_key_ID): Fix typo: $3 -> $$3
author Jim Meyering <meyering@redhat.com>
date Sun, 17 Jun 2012 21:16:54 +0200
parents 1591c84dbb2d
children 80e5b1a6673a
files ChangeLog top/maint.mk
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jun 17 09:55:15 2012 -0700
+++ b/ChangeLog	Sun Jun 17 21:16:54 2012 +0200
@@ -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
--- a/top/maint.mk	Sun Jun 17 09:55:15 2012 -0700
+++ b/top/maint.mk	Sun Jun 17 21:16:54 2012 +0200
@@ -1242,7 +1242,7 @@
 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