From 1a1f3e4b53fd5d1515b16905edf4250dfb2fc676 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Thu, 5 Jul 2007 09:07:05 +0000 Subject: [PATCH] cvs to svn git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/scripts/pre-flight.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib/scripts/pre-flight.sh b/distrib/scripts/pre-flight.sh index 412b47cffe..42976a373a 100755 --- a/distrib/scripts/pre-flight.sh +++ b/distrib/scripts/pre-flight.sh @@ -118,6 +118,6 @@ md5sum ${FTPDIR}/wx* > ${FTPDIR}/MD5SUM ## make sure updated at is really last sleep 10 -echo cvs checkout done at `date -u` > ${FTPDIR}/updated_at.txt +echo svn checkout done at `date -u` > ${FTPDIR}/updated_at.txt echo "Delivery complete. Flying."