gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_2-6-g561acd


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_2-6-g561acd2
Date: Thu, 30 Sep 2010 20:41:03 +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=561acd2ca0977f9697a099a809430f2fa4048f20

The branch, gnutls_2_10_x has been updated
       via  561acd2ca0977f9697a099a809430f2fa4048f20 (commit)
      from  ed43144eb039f5a1bf9d5609b73e390256fe0c15 (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 561acd2ca0977f9697a099a809430f2fa4048f20
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]