From: Jim Meyering Date: Sat, 15 Dec 2007 09:21:05 +0000 (+0100) Subject: * build-aux/gnupload (GPG): Don't hard-code patch to gpg binary. X-Git-Tag: v0.1~7921^2~1 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=9375b5de11b41023fc2b9a8c43bf445f02ca1f76;p=gnulib.git * build-aux/gnupload (GPG): Don't hard-code patch to gpg binary. --- diff --git a/ChangeLog b/ChangeLog index a7828da31..0f3912d14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-15 Jim Meyering + + * build-aux/gnupload (GPG): Don't hard-code patch to gpg binary. + 2007-12-13 Eric Blake Another fseek test. diff --git a/build-aux/gnupload b/build-aux/gnupload index 5b235c47d..a0f7dc912 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...