From: Francesco M. <fr...@us...> - 2007-02-06 22:50:19
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16382 Modified Files: updatesite.sh Log Message: do fix the CD command for updating wxLua Index: updatesite.sh =================================================================== RCS file: /cvsroot/wxlua/website/updatesite.sh,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** updatesite.sh 6 Feb 2007 22:25:59 -0000 1.29 --- updatesite.sh 6 Feb 2007 22:50:13 -0000 1.30 *************** *** 20,24 **** echo "Checking out the whole wxLua cvs repository to the htdocs/wxLua dir from cvs" ! cd wxLua cvs -q update -P -C -d } --- 20,24 ---- echo "Checking out the whole wxLua cvs repository to the htdocs/wxLua dir from cvs" ! cd ../wxLua cvs -q update -P -C -d } |