nccgroup / asafw

Set of scripts to deal with Cisco ASA firmware [pack/unpack etc.]
BSD 3-Clause "New" or "Revised" License
96 stars 30 forks source link

Hardcoded Python location in bin.py and helper.py #3

Closed netbub closed 6 years ago

netbub commented 6 years ago

The shebang in the bin.py and helper.py programs uses a hardcoded Python location instead of using env. Switching this over would allow asafw to work on platforms that don't put python3 in /usr/bin, like on macOS.

saidelike commented 6 years ago

Thanks Joe, we hadn't tested on OS X. Glad you found a fix. Feel free to send any other PR if you have any other problem.