[Jython-checkins] jython: Do not pass args in shebang for jython.py, because not portable

jim.baker jython-checkins at python.org
Fri Apr 3 09:02:51 CEST 2015


https://hg.python.org/jython/rev/0213400c518f
changeset:   7646:0213400c518f
user:        Jim Baker <jim.baker at rackspace.com>
date:        Fri Apr 03 01:02:45 2015 -0600
summary:
  Do not pass args in shebang for jython.py, because not portable

files:
  src/shell/jython.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/src/shell/jython.py b/src/shell/jython.py
--- a/src/shell/jython.py
+++ b/src/shell/jython.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.7 -E
+#!/usr/bin/env python2.7
 # -*- coding: utf-8 -*-
 
 # Launch script for Jython. It may be wrapped as an executable with

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list