no shebang in accel_conf.sh
Open
- Dominant language
- C
- Stars
- 110
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
my rpm validator reports an issues:
`*** WARNING: ./usr/share/QPL/scripts/accel_conf.sh is executable but has no shebang, removing executable bit`
indeed, `tools/scripts/accel_conf.sh` does not have a shebang and, for example, `doc/_get_docs.sh` has one. could you please add the `#!/bin/bash` shebang to `accel_conf.sh`?
Contributor guide
Assessment
This issue has not been assessed yet.