libtasn1-commit
[Top][All Lists]
Advanced

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

[SCM] GNU libtasn1 branch, master, updated. libtasn1_4_0-2-ga331c88


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_4_0-2-ga331c88
Date: Tue, 29 Jul 2014 11:44:09 +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 libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=a331c88d20acc587da3b0c2c666d1800b387813d

The branch, master has been updated
       via  a331c88d20acc587da3b0c2c666d1800b387813d (commit)
      from  665b61fb45cb168b190c5943b8467bfb6ab9fc4b (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 a331c88d20acc587da3b0c2c666d1800b387813d
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Jul 29 13:43:12 2014 +0200

    threadsafety: use $# instead of $1
    
    That works around an issue with an "unbound variable" error
    in latest automakes. Reported by LRN.

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

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

diff --git a/tests/threadsafety b/tests/threadsafety
index bfbc86a..608fa16 100755
--- a/tests/threadsafety
+++ b/tests/threadsafety
@@ -162,7 +162,7 @@ UNSAFE="$UNSAFE srandom"
 set -- $UNSAFE
 cmd="-e [^.>=_0-9a-z]($1"
 shift
-while test "$1"; do
+while test $# != 0; do
     cmd="${cmd}|$1"
     shift
 done


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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