Changes between Initial Version and Version 1 of Ticket #58, comment 3


Ignore:
Timestamp:
Feb 5, 2015, 9:57:53 PM (9 years ago)
Author:
dmik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58, comment 3

    initial v1  
    33cmd.exe /c ls D:/Coding/ports/automake/trunk/t/*.sh
    44}}}
    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.
     5then 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).