Ticket #63 (new defect)
Shebang in marshall-py.py incompatible with mingw
| Reported by: | proegssilb@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | build system | Version: | |
| Keywords: | Cc: |
Description
The shebang in CEL's bin/marshall-py.py is set to:
#!/usr/bin/python
On my installation of Mingw/Msys, installed April 7/8, Python is at /c/python25/python. The script fails to run and returns a generic path-not-found error. To work properly on my machine, the shebang needs to be set to:
#!/bin/env python
I have not tested this on any other machine, a real Linux installation, or Cygwin.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
