Mercurial > dropbear
view libtommath/mess.sh @ 1668:49cb3cf4bd6f
When explicitly passing --disable-fuzz to ./configure fuzz was actually
enabled.
Signed-off-by: Alexander Dahl <[email protected]>
author | Alexander Dahl <ada@thorsis.com> |
---|---|
date | Fri, 27 Mar 2020 23:23:11 +0800 |
parents | 5ff8218bcee9 |
children |
line wrap: on
line source
#!/bin/bash if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here" ; exit 1; fi