[Python-apps-commits] r6204 - in packages/pype/trunk/debian/patches (command-shell.patch)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Sun Oct 17 19:39:15 UTC 2010


    Date: Sunday, October 17, 2010 @ 19:38:58
  Author: anoteng-guest
Revision: 6204

update patch

Modified:
  packages/pype/trunk/debian/patches/command-shell.patch

Modified: packages/pype/trunk/debian/patches/command-shell.patch
===================================================================
--- packages/pype/trunk/debian/patches/command-shell.patch	2010-10-17 18:49:10 UTC (rev 6203)
+++ packages/pype/trunk/debian/patches/command-shell.patch	2010-10-17 19:38:58 UTC (rev 6204)
@@ -1,12 +1,13 @@
-Index: pype/plugins/interpreter.py
+Index: pype-2.9.1/plugins/interpreter.py
 ===================================================================
---- pype/plugins/interpreter.py	(revision 74)
-+++ pype/plugins/interpreter.py	(revision 75)
+--- pype-2.9.1.orig/plugins/interpreter.py	2009-12-29 07:07:35.000000000 +0100
++++ pype-2.9.1/plugins/interpreter.py	2010-10-17 21:36:10.000000000 +0200
 @@ -96,7 +96,7 @@
-     if " " in command:
-         command = '"%s"'%command
- elif sys.platform == 'linux2':
--    command = '/bin/sh --noediting -i'
-+    command = '/bin/sh -i'
- else:
-     command = '/bin/sh'
+     if " " in command:
+         command = '"%s"'%command
+ elif sys.platform == 'linux2':
+-    command = '/bin/sh --noediting -i'
++    command = '/bin/sh -i'
+ else:
+     command = '/bin/sh'
+ 




More information about the Python-apps-commits mailing list