1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:24:57 +00:00

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

View file

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