[Webkit-unassigned] [Bug 126512] New: Web Inspector: jsmin.py uses shebang #!/usr/bin/python
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 6 00:31:51 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126512
Summary: Web Inspector: jsmin.py uses shebang #!/usr/bin/python
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bugs at kerrickstaley.com
CC: timothy at apple.com, joepeck at webkit.org,
webkit-bug-importer at group.apple.com, graouts at apple.com
WebCore/inspector/Scripts/jsmin.py uses the shebang #!/usr/bin/python; the correct shebang is #!/usr/bin/python2. See http://www.python.org/dev/peps/pep-0394/.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list