AdoptOpenJDK / AdoptOpenJDK/mjprof
bash syntax used in sh script
Open
- Dominant language
- Java
- Stars
- 108
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
On many unix systems `/bin/sh` is a bourne shell compatible on does not support the bash syntax used in `mjprof` script. either change the interpreter to `/bin/bash` or change the syntax to bourne shell.
e.g. on my laptop i got this when running mjprof:
`/home/avishai/tools/mjprof1.0/mjprof: 2: /home/avishai/tools/mjprof1.0/mjprof: Bad substitution`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.