mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Use /usr/bin/env for python3 in newline checker script
This commit is contained in:
committed by
Andreas Kling
parent
b5078530d5
commit
f79215b062
@@ -1,4 +1,4 @@
|
||||
#!/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
|
||||
Reference in New Issue
Block a user