Browse Source

Portability: use "#!/usr/bin/env python" for the shebang line.

Thanks to Alexander Botero-Lowry.
Heikki Hokkanen 18 years ago
parent
commit
5024a7ce03
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      gitstats

+ 1
- 1
gitstats View File

1
-#!/usr/bin/python
1
+#!/usr/bin/env python
2
 # Copyright (c) 2007 Heikki Hokkanen <hoxu@users.sf.net>
2
 # Copyright (c) 2007 Heikki Hokkanen <hoxu@users.sf.net>
3
 # GPLv2
3
 # GPLv2
4
 import commands
4
 import commands