TEST: Use "/usr/bin/env python" as the shebang line in cxxtestgen.py
This commit is contained in:
parent
db64442c4a
commit
79c902338b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
'''Usage: %s [OPTIONS] <input file(s)>
|
'''Usage: %s [OPTIONS] <input file(s)>
|
||||||
Generate test source file for CxxTest.
|
Generate test source file for CxxTest.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue