[ofbiz-framework] branch trunk updated: Fixed: .sh missing in <<Unix-like OS: `./gradle/init-gradle-wrapper`>>

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Fixed: .sh missing in <<Unix-like OS: `./gradle/init-gradle-wrapper`>>

jleroux@apache.org
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 8a9e152  Fixed: .sh missing in <<Unix-like OS: `./gradle/init-gradle-wrapper`>>
8a9e152 is described below

commit 8a9e1522cee00cdcff836643a28e5c408ea20830
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Fri Nov 20 17:36:11 2020 +0100

    Fixed: .sh missing in <<Unix-like OS: `./gradle/init-gradle-wrapper`>>
   
    My bad :/
   
    Thanks: Tuck Seng Phoon
---
 README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index 8d74b10..52406af 100644
--- a/README.adoc
+++ b/README.adoc
@@ -84,7 +84,7 @@ the command line at the OFBiz top level directory (folder).
 
 MS Windows: `init-gradle-wrapper`
 
-Unix-like OS: `./gradle/init-gradle-wrapper`
+Unix-like OS: `./gradle/init-gradle-wrapper.sh`
 
 
 [[prepare-ofbiz]]