Skip to content

Commit 38a8f11

Browse files
committed
Use /usr/bin/env in python shebang
1 parent a4c319e commit 38a8f11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gitchart.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (C) 2013 Sebastien Helleu <flashcode@flashtux.org>
4+
# Copyright (C) 2013-2014 Sébastien Helleu <flashcode@flashtux.org>
55
#
66
# This program is free software; you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)