Skip to content

Commit

Permalink
Fix shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Jan 22, 2025
1 parent f413e92 commit f3cc62b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

import os
import platform
Expand Down
2 changes: 1 addition & 1 deletion build_pyj3dultra.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion gcft.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

import sys
import traceback
Expand Down
2 changes: 1 addition & 1 deletion gcft_ui/#build_ui.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

from subprocess import call
import glob
Expand Down

0 comments on commit f3cc62b

Please sign in to comment.