Skip to content

Commit 1c07b5d

Browse files
authored
docs: Update instructions for running developer scripts (apple#80)
### Motivation The documentation has an example of running one of the developer scripts in the `scripts/` directory. The scripts are not executable, so need explicitly running with `bash`. ### Modifications Update docs to reflect the need to run the scripts with `bash`.
1 parent 72383b3 commit 1c07b5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTORS.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ needs to be listed here.
1919

2020
**Updating this list**
2121

22-
Please do not edit this file manually. It is generated using `./scripts/generate-contributors-list.sh`. If a name is misspelled or appearing multiple times: add an entry in `./.mailmap`
22+
Please do not edit this file manually. It is generated using `bash ./scripts/generate-contributors-list.sh`. If a name is misspelled or appearing multiple times: add an entry in `./.mailmap`

scripts/generate-contributors-list.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ cat > "$here/../CONTRIBUTORS.txt" <<- EOF
4848
4949
**Updating this list**
5050
51-
Please do not edit this file manually. It is generated using \`./scripts/generate-contributors-list.sh\`. If a name is misspelled or appearing multiple times: add an entry in \`./.mailmap\`
51+
Please do not edit this file manually. It is generated using \`bash ./scripts/generate-contributors-list.sh\`. If a name is misspelled or appearing multiple times: add an entry in \`./.mailmap\`
5252
EOF

0 commit comments

Comments
 (0)