changeset 29221:0066c610cdb6

* build-aux/gnupload (GPG): Don't hard-code patch to gpg binary.
author Jim Meyering <meyering@redhat.com>
date Sat, 15 Dec 2007 10:21:05 +0100
parents bbaa39c67da5
children 2b7d313c56db
files ChangeLog build-aux/gnupload
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Dec 13 14:58:44 2007 -0700
+++ b/ChangeLog	Sat Dec 15 10:21:05 2007 +0100
@@ -1,3 +1,7 @@
+2007-12-15  Jim Meyering  <meyering@redhat.com>
+
+	* build-aux/gnupload (GPG): Don't hard-code patch to gpg binary.
+
 2007-12-13  Eric Blake  <ebb9@byu.net>
 
 	Another fseek test.
--- a/build-aux/gnupload	Thu Dec 13 14:58:44 2007 -0700
+++ b/build-aux/gnupload	Sat Dec 15 10:21:05 2007 +0100
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Sign files and upload them.
 
-scriptversion=2007-06-30.12
+scriptversion=2007-12-15.10
 
 # Copyright (C) 2004, 2005, 2006, 2007  Free Software Foundation
 #
@@ -24,7 +24,7 @@
 
 set -e
 
-GPG='/usr/bin/gpg --batch --no-tty'
+GPG='gpg --batch --no-tty'
 to=
 
 usage="Usage: $0 [OPTIONS]... FILES...