Merge pull request #61 from AlwaysLivid/shebang-change

wasptool: Change Python shebang to ensure compatibility
This commit is contained in:
Daniel Thompson 2020-08-14 20:37:12 +01:00 committed by GitHub
commit 52bc1ae188
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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