Skip to content

Commit 6285621

Browse files
committed
Use /usr/bin/env in python shebang
1 parent 8205a7e commit 6285621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

msgcheck.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) 2009-2013 Sebastien Helleu <[email protected]>
4+
# Copyright (C) 2009-2014 Sébastien Helleu <[email protected]>
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)