[Bug 9361] New: tab-completion bug

bugzilla at busybox.net bugzilla at busybox.net
Sat Oct 15 22:00:49 UTC 2016


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

            Bug ID: 9361
           Summary: tab-completion bug
           Product: Busybox
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Standard Compliance
          Assignee: unassigned at busybox.net
          Reporter: bbbug at byom.de
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

I just updated from 1.24.1 to 1.25.1 and noticed a bug in tab-completion


$ mkdir x
$ ./x<TAB>
x/     xargs  xz     xzcat           <- applets are shown even
$ ./xa<TAB>
$ ./xargs
-sh: ./xargs: not found
$ which xargs
/usr/bin/xargs
$ xargs --help
Usage: xargs .......


As you see, the applets are shown if a executable or directory should be
completed. The applet is not in the auto-completed path and shows "not found"

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list