[Bug 199] New: hush does not handle `set -- ...`

bugzilla at busybox.net bugzilla at busybox.net
Thu Mar 19 05:41:47 UTC 2009


https://bugs.busybox.net/show_bug.cgi?id=199

           Summary: hush does not handle `set -- ...`
           Product: Busybox
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Standard Compliance
        AssignedTo: unassigned at busybox.net
        ReportedBy: vapier at gentoo.org
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


simple test:
$ set -- a b c
$ echo $1

correct behavior is to see "a" ... hush however does not reset the positional
arguments as expected ({1,2,3} -> {a,b,c})


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list