Opened 8 years ago
Closed 8 years ago
#122 closed defect (fixed)
Better handling of non-Unix paths in findutils
Reported by: | Lewis Rosenthal | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | *none | Version: | |
Severity: | high | Keywords: | |
Cc: |
Description
Currently, it is not possible to specify a LOCATE_PATH using drive letters and backslashes, and the entry separator must be a colon.
Thus, this works:
SET LOCATE_PATH=/@unixroot/var/c-locatedb:/@unixroot/var/j-locatedb
but this does not:
SET LOCATE_PATH=c:\var\c-locatedb;c:\var\j-locatedb
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I believe c:\var and the like path are also working. At least local test showed so.
Please try latest rpm from today.
If it doesn't work reopen the issue please.
Note:
See TracTickets
for help on using tickets.
separator as ; is already done in r1736 r1735
the driveletter part needs a fix once.