* build-aux/gnupload (GPG): Don't hard-code patch to gpg binary.
authorJim Meyering <meyering@redhat.com>
Sat, 15 Dec 2007 09:21:05 +0000 (10:21 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 15 Dec 2007 09:21:05 +0000 (10:21 +0100)
ChangeLog
build-aux/gnupload

index a7828da310c21a6fbe3faeefaf4eba8c20bc2e27..0f3912d145c7d72ca80cede75fe16c596ae66df2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 5b235c47d1641acce441758f51e999a2abcb6f97..a0f7dc912ef295c361fa10fc6ecc8a6d93e405cd 100755 (executable)
@@ -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 @@ scriptversion=2007-06-30.12
 
 set -e
 
-GPG='/usr/bin/gpg --batch --no-tty'
+GPG='gpg --batch --no-tty'
 to=
 
 usage="Usage: $0 [OPTIONS]... FILES...