summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-06-17 21:16:54 +0200
committerJim Meyering <meyering@redhat.com>2012-06-17 21:16:54 +0200
commit5eae670f051c94b73d7dd6aae2d4a814ca691f9e (patch)
tree07c7b2feac88b0966c2ab51c519dce4cfe09595d /top
parent3a4836d1fa061adf7b2f96fbda9c2345e6210732 (diff)
downloadgnulib-5eae670f051c94b73d7dd6aae2d4a814ca691f9e.tar.gz
maint.mk: fix typo in code to derive GPG key at release time
* top/maint.mk (gpg_key_ID): Fix typo: $3 -> $$3
Diffstat (limited to 'top')
-rw-r--r--top/maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/top/maint.mk b/top/maint.mk
index 7cd24b87e3..a1af711b1d 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