changeset 29223:fa1650bd1f85

Merge branch 'master' of ssh://karl@git.sv.gnu.org/srv/git/gnulib
author Karl Berry <karl@freefriends.org>
date Sat, 15 Dec 2007 06:41:32 -0800
parents a67344c101f8 (current diff) 2b7d313c56db (diff)
children 5efaf5e75dd9
files
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Dec 15 06:39:03 2007 -0800
+++ b/ChangeLog	Sat Dec 15 06:41:32 2007 -0800
@@ -1,3 +1,7 @@
+2007-12-15  Jim Meyering  <meyering@redhat.com>
+
+	* build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
+
 2007-12-13  Eric Blake  <ebb9@byu.net>
 
 	Another fseek test.
--- a/build-aux/gnupload	Sat Dec 15 06:39:03 2007 -0800
+++ b/build-aux/gnupload	Sat Dec 15 06:41:32 2007 -0800
@@ -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...