mirror of
https://github.com/libratbag/piper.git
synced 2026-05-19 12:26:00 -04:00
svgs: use /usr/bin/env shebang for python3 scripts
This commit is contained in:
committed by
Jente Hidskes
parent
2249d257a3
commit
288a77198b
@@ -1,4 +1,4 @@
|
||||
#!/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
# vim: set expandtab shiftwidth=4 tabstop=4:
|
||||
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user