use /usr/bin/env instead of /bin/env

This commit is contained in:
Michael Biebl
2011-03-19 11:48:31 +01:00
parent b8a1a38640
commit 530f143adf
12 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by