--- common/cvs-import.sh 2007/12/24 17:33:08 1.5 +++ common/cvs-import.sh 2007/12/24 17:33:50 1.6 @@ -5,7 +5,7 @@ # Copyright (C) 2004-2005 Red Hat, Inc. # Copyright (C) 2005 Fedora Foundation # -# $Id: cvs-import.sh,v 1.3 2007/12/24 16:50:52 slords Exp $ +# $Id: cvs-import.sh,v 1.2 2007/11/08 18:07:31 slords Exp $ # Initial setup CVSTREE=${CVSTREE:=extras} @@ -296,5 +296,5 @@ cvs -Q update && \ echo "cvs commit..." && \ cvs -Q commit ${MESSAGE:+-m "$MESSAGE"} && echo "Commit Complete" -# Cleanup +# Clean up CleanUp