Use a more compatible (?) path for env

This commit is contained in:
Ciaran Gultnieks 2015-08-27 10:04:46 +01:00
parent ee85533aa4
commit ba3b90bdf6
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/env python2 #!/usr/bin/env python2
# List supported languages missing from the preference array # List supported languages missing from the preference array

View File

@ -1,4 +1,4 @@
#!/bin/env python2 #!/usr/bin/env python2
# Remove translated arrays that are missing elements # Remove translated arrays that are missing elements

View File

@ -1,4 +1,4 @@
#!/bin/env python2 #!/usr/bin/env python2
# Remove extra translations # Remove extra translations