Changes between Initial Version and Version 1 of Ticket #58, comment 3
- Timestamp:
- Feb 5, 2015, 10:57:53 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58, comment 3
initial v1 3 3 cmd.exe /c ls D:/Coding/ports/automake/trunk/t/*.sh 4 4 }}} 5 then all works because in this case it's kLIBC who does wildcard expansion — within the `ls.exe` startup sequence before it's `main()` method is called .5 then all works because in this case it's kLIBC who does wildcard expansion — within the `ls.exe` startup sequence before it's `main()` method is called (and the kLIBC code does that correctly).