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
# -*- Mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
#
# This program is free software; you can redistribute it and/or modify