gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-390-gc6b2251


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-390-gc6b2251
Date: Thu, 30 Sep 2010 20:40:04 +0000

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 "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=c6b2251770db3a18de3ff76023b0583d37eb57a1

The branch, master has been updated
       via  c6b2251770db3a18de3ff76023b0583d37eb57a1 (commit)
      from  f28d1eaea2226c05bf86a2e60a0aee0395ddc305 (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 c6b2251770db3a18de3ff76023b0583d37eb57a1
Author: Simon Josefsson <address@hidden>
Date:   Thu Sep 30 22:39:45 2010 +0200

    Avoid bashism.
    
    Reported by address@hidden in
    <http://savannah.gnu.org/support/?107449>.

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

Summary of changes:
 tests/openpgp-certs/testselfsigs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/openpgp-certs/testselfsigs b/tests/openpgp-certs/testselfsigs
index 9e390e5..d20a99a 100755
--- a/tests/openpgp-certs/testselfsigs
+++ b/tests/openpgp-certs/testselfsigs
@@ -25,7 +25,7 @@ set -e
 srcdir="${srcdir:-.}"
 CERTTOOL="${CERTTOOL:-../../src/certtool$EXEEXT}"
 
-unset RETCODE
+unset RETCODE || true
 
 fail() {
    echo "Failure: $1" >&2


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]