[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
not hardwiring gpg
From: |
Karl Berry |
Subject: |
not hardwiring gpg |
Date: |
Tue, 18 Dec 2007 08:30:17 -0600 |
Hello automakers,
Will you accept this change from Jim Meyering to gnupload?
(Until now we have copied the gnulib gnupload from automake.)
Thanks,
Karl
--- automake/lib/gnupload 2007-07-08 01:09:48.000000000 -0700
+++ gnulib/build-aux/gnupload 2007-12-15 06:41:32.000000000 -0800
@@ -25,5 +25,5 @@
set -e
-GPG='/usr/bin/gpg --batch --no-tty'
+GPG='gpg --batch --no-tty'
to=
- not hardwiring gpg,
Karl Berry <=