[gnutls-devel] GnuTLS | Add CI tarball build (!809)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Wed Nov 21 20:34:58 CET 2018


Nikos Mavrogiannopoulos started a new discussion on tests/scripts/common.sh:

>  }
>  
>  # Find a port number not currently in use.
> -GETPORT='rc=0; myrandom=$(date +%N | sed s/^0*//)
> +GETPORT='rc=0; unset myrandom
> +    if test -n "$RANDOM"; then myrandom=$(($RANDOM + $RANDOM)); fi
> +    if test -z "$myrandom"; then myrandom=$(date +%N | sed s/^0*//); fi
> +    if test -z "$myrandom"; then myrandom=0; fi

why use zero here?

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/809#note_119175828
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20181121/9a2a3638/attachment.html>


More information about the Gnutls-devel mailing list