Mercurial > dropbear
view libtommath/mess.sh @ 890:d50c17fe57d7
Fix linking -lcrypt for systems without libcrypt in /usr/lib
author | Nicolas Boos <nicolas.boos@wanadoo.fr> |
---|---|
date | Fri, 07 Feb 2014 07:57:45 +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