openbmc-tools
openbmc-tools copied to clipboard
openbmctool: env python3
Request to change the openbmctool.py shebang line from #!/usr/bin/python3 to #!/usr/bin/env python3
Some systems may not have python3 at /usr/bin but have it in $PATH.