diff options
Diffstat (limited to 'libtomcrypt/mess.sh')
-rw-r--r-- | libtomcrypt/mess.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtomcrypt/mess.sh b/libtomcrypt/mess.sh index bf639ce..bd8dc19 100644 --- a/libtomcrypt/mess.sh +++ b/libtomcrypt/mess.sh @@ -1,4 +1,4 @@ #!/bin/bash -if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here" ; exit 1; fi +if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here, removed"; rm -f $1 ; fi |