[Erp5-report] r18114 - /erp5/trunk/products/ERP5/utils/svn_update.sh

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Dec 7 11:23:18 CET 2007


Author: jerome
Date: Fri Dec  7 11:23:17 2007
New Revision: 18114

URL: http://svn.erp5.org?rev=18114&view=rev
Log:
The 'Press enter to proceed' line is finally not needed. I thought about adding
a "read" line, but this script was non interactive, so it might have side
effect to wait for input...


Modified:
    erp5/trunk/products/ERP5/utils/svn_update.sh

Modified: erp5/trunk/products/ERP5/utils/svn_update.sh
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/utils/svn_update.sh?rev=18114&r1=18113&r2=18114&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/utils/svn_update.sh (original)
+++ erp5/trunk/products/ERP5/utils/svn_update.sh Fri Dec  7 11:23:17 2007
@@ -1,7 +1,6 @@
 #!/bin/bash
 
 echo -e "\033[0;31mThis is an unsupported script. You should use 'svn update' command instead\033[0m"
-echo "Press Enter to proceed"
 
 # Modules to get from the SVN
 PRODUCTS="CMFActivity CMFCategory ERP5 ERP5Banking ERP5Catalog \




More information about the Erp5-report mailing list