From f85c6ce3e439e376b0c1ce3956fe0b5deb780ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Fri, 7 Dec 2007 10:23:17 +0000 Subject: [PATCH] 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... git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18114 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/utils/svn_update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/product/ERP5/utils/svn_update.sh b/product/ERP5/utils/svn_update.sh index 30a63b6aa9..2c791c9137 100755 --- a/product/ERP5/utils/svn_update.sh +++ b/product/ERP5/utils/svn_update.sh @@ -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 \ -- 2.30.9