Author: glen Date: Wed Mar 7 11:24:09 2007 New Revision: 8366 Modified: geninitrd/trunk/changelog.sh Log: - correct comment
Modified: geninitrd/trunk/changelog.sh ============================================================================== --- geninitrd/trunk/changelog.sh (original) +++ geninitrd/trunk/changelog.sh Wed Mar 7 11:24:09 2007 @@ -1,6 +1,6 @@ #!/bin/sh # $Id$ -# Run this to generate all the initial makefiles, etc. +# Run this to generate ChangeLog. [ -z "$svn2log" -a -x ~/bin/svn2log.py ] && svn2log=~/bin/svn2log.py [ -z "$svn2log" -a -x /usr/bin/svn2log ] && svn2log=/usr/bin/svn2log _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
