OW2 Consortium

(file) Return to validate−cvs−log CVS log (file) (dir) Up to [OW2-CVS] / sync4j / CVSROOT

 1 stefano_fornari 1.1 #!/bin/sh
 2                     #
 3                     # validate−cvs−log.sh logfile
 4                     # test that log message has some characters in it
 5                     if [ `cat $1 | wc -c` -lt 10 ] ; then
 6                         echo "log message too short; please enter a description for the changes"
 7                         exit 1
 8                     else
 9                         exit 0
10                     fi

webmaster@ow2.org
Powered by
ViewCVS 0.9.4

Back to OW2 Forge