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?
my rpm validator reports an issues:
*** WARNING: ./usr/share/QPL/scripts/accel_conf.sh is executable but has no shebang, removing executable bitindeed,
tools/scripts/accel_conf.shdoes not have a shebang and, for example,doc/_get_docs.shhas one. could you please add the#!/bin/bashshebang toaccel_conf.sh?