diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-04-13 13:16:12 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-04-13 13:16:12 +0200 |
commit | 08b5febf01700db8853ff2921247c04ecd15f344 (patch) | |
tree | 92bc31a9dbce8d1ed6b1f6fee43be04f13deca57 /build-aux | |
parent | 0064cf575e64bf304243796cc8daf219edec5671 (diff) | |
download | gnutls-08b5febf01700db8853ff2921247c04ecd15f344.tar.gz |
Update gnulib files.
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/gnupload | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build-aux/gnupload b/build-aux/gnupload index 2e3c8014c7..6621ebd8b7 100755 --- a/build-aux/gnupload +++ b/build-aux/gnupload @@ -1,9 +1,9 @@ #!/bin/sh # Sign files and upload them. -scriptversion=2007-12-18.17 +scriptversion=2008-04-02.19 -# Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation +# Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -145,7 +145,7 @@ do cat >$file.directive<<EOF version: 1.1 directory: $destdir -filename: $file +filename: `basename -- "$file"` EOF echo "$passphrase" | $GPG --passphrase-fd 0 --clearsign $file.directive ncftpput ftp-upload.gnu.org /incoming/alpha $files $file.directive.asc @@ -156,7 +156,7 @@ EOF cat >$file.directive<<EOF version: 1.1 directory: $destdir -filename: $file +filename: `basename -- "$file"` EOF echo "$passphrase" | $GPG --passphrase-fd 0 --clearsign $file.directive ncftpput ftp-upload.gnu.org /incoming/ftp $files $file.directive.asc |