This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a158c61f0a Improved: pullAllPluginsSource.sh deleted local .git 
directory (OFBIZ-12927)
a158c61f0a is described below

commit a158c61f0a4074739863555118934b05a1f58041
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sun Mar 17 18:04:05 2024 +0100

    Improved: pullAllPluginsSource.sh deleted local .git directory (OFBIZ-12927)
    
    Adds again `set -e` early in the script to configure exit if an error 
occurs on
    any command.
---
 pullAllPluginsSource.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pullAllPluginsSource.sh b/pullAllPluginsSource.sh
index 73bc19a846..1008644c70 100755
--- a/pullAllPluginsSource.sh
+++ b/pullAllPluginsSource.sh
@@ -18,6 +18,8 @@
 
 # Syntax: ./pullAllPluginsSource.sh
 
+set -e
+
 # Whatever, create anew
 if [ -d "plugins" ]
     then

Reply via email to