1
0
Fork 0

wasptool: Change Python shebang to ensure compatibility

- Certain Unix-like systems (such as *BSD systems) do not use /usr/bin/python3 as the default Python path. This small change will ensure a higher degree of compatibility.

Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
pull/61/head
Panagiotis Vasilopoulos 2020-08-10 14:56:44 +03:00
parent a47e0921b3
commit eca0551c3e
No known key found for this signature in database
GPG Key ID: FD806FDB3B2C5270
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# SPDX-License-Identifier: LGPL-3.0-or-later
# Copyright (c) 2020 Daniel Thompson