Bug 197

Summary: msh crashes when resetting positional args
Product: Busybox Reporter: Mike Frysinger <vapier>
Component: OtherAssignee: unassigned
Status: RESOLVED WONTFIX    
Severity: enhancement CC: busybox-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Mike Frysinger 2009-03-19 00:34:18 UTC
i thought this used to work, but it certainly doesnt with latest trunk and the 1.13.x series

$ ./busybox msh
$ echo $1

$ set -- 1 2 3
$ echo $1
Segmentation fault
Comment 1 Mike Frysinger 2009-04-06 13:01:34 UTC
people should use hush now (and it works in this regard)