comparison mess.sh @ 386:97db060d0ef5 libtommath-orig libtommath-0.40

Update to LibTomMath 0.40
author Matt Johnston <matt@ucc.asn.au>
date Thu, 11 Jan 2007 03:11:15 +0000
parents
children d5faf4814ddb
comparison
equal deleted inserted replaced
282:91fbc376f010 386:97db060d0ef5
1 #!/bin/bash
2 if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here" ; exit 1; fi
3
4