view libtomcrypt/mess.sh @ 785:ff6e551da826

Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password logins
author Matt Johnston <matt@ucc.asn.au>
date Thu, 18 Apr 2013 21:47:38 +0800
parents 0cbe8f6dbf9e
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, removed"; rm -f $1 ; fi