|
From: SourceForge.net <no...@so...> - 2007-12-26 22:01:31
|
Plugin Patches item #1858614, was opened at 2007-12-26 12:41 Message generated for change (Comment added) made by ezust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=997937&aid=1858614&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Kazutoshi Satoda (k_satoda) >Assigned to: Alan Ezust (ezust) Summary: Console 4.3.5: Enable '/'s in commands on Windows Initial Comment: Since Console 4.3.5, All '/'s in a command line are replaced to '\' before running the actual process. Thus "echo a/b/c" prints "a\b\c". This doesn't look as a desired behavior. Removing some codes (applying the patch) looks just fine for me. Windows itself can handle pathes starting with '/' or '\' as the root directory of the current drive. ---------------------------------------------------------------------- >Comment By: Alan Ezust (ezust) Date: 2007-12-26 14:01 Message: Logged In: YES user_id=935841 Originator: NO True, / should work in windows as well as \ but for some reason, it didn't work as a path separator for completion unless I did the substitution before the expansion. But perhaps it can be smarter about the completion expansion rather than needing to do the substitution... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=997937&aid=1858614&group_id=588 |