[BusyBox] Updated sh.diff fix.

Gennady Feldman gfeldm01 at hotmail.com
Tue Apr 17 23:58:00 UTC 2001


Hello everybody.

	I have fixed the "infinite" shell hang problem together with the following 
problem:
# ls *.h Config.h
doesn't work, where
# ls *.h
does work. I have cleaned-up the parameters passed to glob()
the problem is that when the parser parses the line entered in interactive 
mode of the shell for spaces it includes it in the string.
Glob tries to do matching w/ the space at the end which doen't work and the 
pattern is not expanded.

The shell hang problem observed is because of the typo when mocing the shell 
into the foreground. It's a one line fix.

P.S. See the attached patch for details. I have attached the one line fix 
for cmdedit which also fixed the problem when the SH can't read stdin it 
should clean-up and exit.

G.F.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cmdedit.diff
Type: application/octet-stream
Size: 320 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/busybox/attachments/20010417/21d92dac/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sh.diff
Type: application/octet-stream
Size: 1491 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/busybox/attachments/20010417/21d92dac/attachment-0001.obj 


More information about the busybox mailing list