Opened 7 years ago
Closed 5 years ago
#684 closed defect (fixed)
bdsh completion does not match reality
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
Entering the name of a command that resides in the CWD that is not in the list of default search paths (/app, /srv) in Bdsh without path (e.g. test-libc in /test) will run that commands. However, completion will not complete its name. If the command is in the default search path, Bdsh will complete its name.
There is a discrepancy there. Either CWD should not be searched, or the command name should be completed.
Change History (2)
comment:1 by , 7 years ago
Milestone: | 0.7.1 |
---|
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fix merged in commit aeeaf0f6c1793aa25aae1f2db6ebef814994f19d.