Mercurial > dropbear
view mess.sh @ 388:fb54020f78e1 libtommath-dropbear
%s/ranlib/$(RANLIB)/
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 11 Jan 2007 03:13:43 +0000 |
parents | 97db060d0ef5 |
children | d5faf4814ddb |
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