Skip to content

Commit fbd5202

Browse files
committed
Fixed: Correct the Unix command for downloading the Gradle wrapper in README (OFBIZ-13417)
The "Quick start" section of README.md documented the Unix command to download the Gradle wrapper as an absolute path (/gradle/init-gradle-wrapper.sh), which makes it fail with "No such file or directory" when run from the OFBiz home directory. Use the relative executable form (./gradle/init-gradle-wrapper.sh), consistent with the other Unix-like commands in the README (e.g. ./gradlew, ./pullPluginSource.sh). The script is executable, so it runs directly.
1 parent 8e70eeb commit fbd5202

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ MS Windows: `init-gradle-wrapper`
106106
> **Note** -
107107
> If you wonder where are stored the PowerShell Executables, here are the answers: [https://s.apache.org/w5dye](https://s.apache.org/w5dye)
108108
109-
Unix-like OS: `/gradle/init-gradle-wrapper.sh`
109+
Unix-like OS: `./gradle/init-gradle-wrapper.sh`
110110

111111
### Prepare OFBiz
112112

0 commit comments

Comments
 (0)