Meta: Use /usr/bin/env for python3 in newline checker script

This commit is contained in:
Andrew Kaster 2021-01-09 06:38:10 -07:00 committed by Andreas Kling
parent b5078530d5
commit f79215b062
Notes: sideshowbarker 2024-07-18 23:59:49 +09:00

View File

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