Sawja provides a high level representation of Java bytecode programs and static analysis tools.
GNU General Public License v3.0
11
stars
4
forks
source link
Could you please use '#!/usr/bin/env bash' as the shebang line for Bash scripts? #5
Closed
yesudeep closed 2 years ago
The build for sawja fails on several operating systems because GNU Bash is not guaranteed to be located at
/bin/bash
.Here's a summary of why I'd request you to use
#!/usr/bin/env bash
instead:Example:
https://github.com/javalib-team/sawja/blob/master/configure.sh#L1
Thank you! :)