Mercurial > dropbear
view libtommath/mess.sh @ 532:c67c8c0c6c35
merge of 'e1c100e6366c5d607af08f4abdbb0f4281df4fa9'
and 'fe8161b0698c9816b98f79e3cab2b9d59f2be71b'
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 26 Feb 2009 13:21:14 +0000 |
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