mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
use proper shebang lines
This commit is contained in:
parent
75c8be048b
commit
651bc32a4e
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/env python
|
#!/usr/bin/env python
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
# Copyright (c) 1997-2001 by Total Control Software
|
# Copyright (c) 1997-2001 by Total Control Software
|
||||||
# All Rights Reserved
|
# All Rights Reserved
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/local/bin/python
|
#! /usr/bin/env python
|
||||||
|
|
||||||
# NOTE: the above "/usr/local/bin/python" is NOT a mistake. It is
|
# NOTE: the above "/usr/local/bin/python" is NOT a mistake. It is
|
||||||
# intentionally NOT "/usr/bin/env python". On many systems
|
# intentionally NOT "/usr/bin/env python". On many systems
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue