From 5eae670f051c94b73d7dd6aae2d4a814ca691f9e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 17 Jun 2012 21:16:54 +0200 Subject: [PATCH] maint.mk: fix typo in code to derive GPG key at release time * top/maint.mk (gpg_key_ID): Fix typo: $3 -> $$3 --- ChangeLog | 5 +++++ top/maint.mk | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e04138c49..b3635c62b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-06-17 Jim Meyering + + 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 regex: avoid warning when pointers are not long diff --git a/top/maint.mk b/top/maint.mk index 7cd24b87e..a1af711b1 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -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 -- 2.11.0