Bug 172

Summary: Treat ':' as a path separator on non-Windows platforms
Product: RMAC Reporter: James Jones <atari>
Component: CoreAssignee: Shamus Hammons <jlhamm>
Status: RESOLVED FIXED    
Severity: trivial CC: jlhamm
Priority: Normal    
Version: unspecified   
Hardware: PC   
OS: Linux   
Attachments: Treas ':' as a path separator on !Windows

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!  :-)