Bug 172 - Treat ':' as a path separator on non-Windows platforms
Summary: Treat ':' as a path separator on non-Windows platforms
Status: RESOLVED FIXED
Alias: None
Product: RMAC
Classification: Unclassified
Component: Core (show other bugs)
Version: unspecified
Hardware: PC Linux
: Normal trivial
Assignee: Shamus Hammons
URL:
Depends on:
Blocks:
 
Reported: 2020-08-27 00:52 CDT by James Jones
Modified: 2021-06-08 18:36 CDT (History)
1 user (show)

See Also:


Attachments
Treas ':' as a path separator on !Windows (2.16 KB, text/plain)
2020-08-27 00:52 CDT, James Jones
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Jones 2020-08-27 00:52:25 CDT
Created attachment 138 [details]
Treas ':' as a path separator on !Windows

Here's a patch to treat ':' as a path separator in RMACPATH, the -i parameter, and any other uses of nthpath.  This makes rmac more consistent with standard Unix tool behavior on Unix-like systems.  ';' is still accepted as well for backwards compatibility, and ':' obviously still can't be used on Windows builds, where it is used to specify drive letters.
Comment 1 Shamus Hammons 2021-06-08 18:36:35 CDT
Thanks for the patch!  :-)