mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Use /usr/bin/env for python3 in newline checker script
This commit is contained in:
parent
b5078530d5
commit
f79215b062
Notes:
sideshowbarker
2024-07-18 23:59:49 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/f79215b062f Pull-request: https://github.com/SerenityOS/serenity/pull/4862 Reviewed-by: https://github.com/BenWiederhake Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
|
|
Loading…
Reference in a new issue