name-parser: Specify python version

[why]
Sometimes scripts can not be run.

[how]
Depending on installed python versions and 'alternatives' setup the
script's shebang needs to point to python3 of course.

Also the files need the executable bit set.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2022-02-06 13:07:02 +01:00 committed by Fini
parent 49d99fe883
commit 20609652ea
6 changed files with 6 additions and 6 deletions

2
bin/scripts/name_parser/name_parser_test1 Normal file → Executable file
View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# coding=utf8
import sys

2
bin/scripts/name_parser/name_parser_test2 Normal file → Executable file
View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# coding=utf8
import sys

2
bin/scripts/name_parser/query_names Normal file → Executable file
View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# coding=utf8
import sys

2
bin/scripts/name_parser/query_panose Normal file → Executable file
View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# coding=utf8
import fontforge

2
bin/scripts/name_parser/query_sftn Normal file → Executable file
View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# coding=utf8
import fontforge

2
bin/scripts/name_parser/query_version Normal file → Executable file
View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# coding=utf8
import fontforge