summaryrefslogtreecommitdiff
path: root/build-aux/gnupload
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-12-15 10:21:05 +0100
committerJim Meyering <meyering@redhat.com>2007-12-15 10:21:05 +0100
commit9375b5de11b41023fc2b9a8c43bf445f02ca1f76 (patch)
tree94c3bdeaf4a88e594bb5052ae44002442d9566cb /build-aux/gnupload
parent661445a1c0cf9197442b7d25270d4fbdcd14fb5a (diff)
downloadgnulib-9375b5de11b41023fc2b9a8c43bf445f02ca1f76.tar.gz
* build-aux/gnupload (GPG): Don't hard-code patch to gpg binary.
Diffstat (limited to 'build-aux/gnupload')
-rwxr-xr-xbuild-aux/gnupload4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/gnupload b/build-aux/gnupload
index 5b235c47d1..a0f7dc912e 100755
--- a/build-aux/gnupload
+++ b/build-aux/gnupload
@@ -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...