Merge pull request #561 from sigwinch28/use-env-for-shebangs

Use /usr/bin/env in shebangs
This commit is contained in:
Iceman 2020-02-21 15:24:50 +01:00 committed by GitHub
commit c0a30405e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 27 additions and 27 deletions

View file

@ -1,4 +1,4 @@
#! /usr/bin/python3
#! /usr/bin/env python3
import json
import subprocess