TEST: Use "/usr/bin/env python" as the shebang line in cxxtestgen.py

This commit is contained in:
clone2727 2015-01-18 13:33:27 -05:00
parent db64442c4a
commit 79c902338b

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
'''Usage: %s [OPTIONS] <input file(s)>
Generate test source file for CxxTest.