[git] gnupg-doc - branch, master, updated. 8fc663510f8aa84e3852bd9e2c23e91b6f7d922e

by Werner Koch cvs at cvs.gnupg.org
Wed Nov 8 16:31:45 CET 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".

The branch, master has been updated
       via  8fc663510f8aa84e3852bd9e2c23e91b6f7d922e (commit)
      from  3d80b1935f07a3c4bc03d4f497fde99ca3c2fed2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8fc663510f8aa84e3852bd9e2c23e91b6f7d922e
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Nov 8 16:27:32 2017 +0100

    tools: Remove bashism in the ftp-listener example

diff --git a/tools/ftp-indexer.c b/tools/ftp-indexer.c
index 32c6de9..e59ad60 100644
--- a/tools/ftp-indexer.c
+++ b/tools/ftp-indexer.c
@@ -27,7 +27,7 @@ scratch=/home/ftp/.scratch
 cd "$top"
 
 opt_force=no
-if [ "$1" == "--force" ]; then
+if [ "$1" = "--force" ]; then
   shift
   opt_force=yes
 fi

-----------------------------------------------------------------------

Summary of changes:
 tools/ftp-indexer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list