FreeBSD Bugzilla – Attachment 168197 Details for
Bug 208003
shells/lshell: connection closed after one command
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch solving the connection closing
lshell.freebsd.patch (text/plain), 641 bytes, created by
Ignace Mouzannar
on 2016-03-15 03:58:27 UTC
(
hide
)
Description:
patch solving the connection closing
Filename:
MIME Type:
Creator:
Ignace Mouzannar
Created:
2016-03-15 03:58:27 UTC
Size:
641 bytes
patch
obsolete
>--- /usr/local/lib/python2.7/site-packages/lshell/shellcmd.py.bak 2016-03-15 03:35:36.718063000 +0000 >+++ /usr/local/lib/python2.7/site-packages/lshell/shellcmd.py 2016-03-15 03:36:06.377039000 +0000 >@@ -134,7 +134,7 @@ > self.g_arg = ' '.join(self.g_line.split()[1:]) > self.cd() > else: >- os.system('set -m; %s' % self.g_line) >+ os.system('%s' % self.g_line) > elif self.g_cmd not in ['', '?', 'help', None]: > self.log.warn('INFO: unknown syntax -> "%s"' %self.g_line) > self.stderr.write('*** unknown syntax: %s\n' %self.g_cmd)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 208003
: 168197