Skip to content

Commit

Permalink
fix shebang -> /usr/bin/env python3
Browse files Browse the repository at this point in the history
  • Loading branch information
ducryf authored and dev-zero committed Nov 24, 2021
1 parent cdf7e3b commit f45d5d9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/minimax_tools/minimax_to_fortran_source.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

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

# author: Ole Schuett

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

# author: Ole Schuett

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

# author: Ole Schuett

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

# author: Ole Schuett

Expand Down

0 comments on commit f45d5d9

Please sign in to comment.