Commit fbd5202
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments