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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58, comment 1

    initial v1  
    1 I guess I know what happens there. The directory `D:/Coding/ports/automake/trunk/t/` contains 1312 `*.sh` files. When `sh.exe` processes this command, it tries to expand `*.sh` into command line arguments that it then passes to `ls.exe` via `DosExecPgm`. However, the resulting list is actually very big (more than 64K while `DosExecPgm` is know to only support 32K) and, as a result, sh spits
     1I guess I know what happens there. The directory `D:/Coding/ports/automake/trunk/t/` contains 1312 `*.sh` files. When `sh.exe` processes this command, it tries to expand `*.sh` into command line arguments that it then passes to `ls.exe` via `DosExecPgm`. However, the resulting list is actually very big (more than 64K while `DosExecPgm` is known to only support 32K) and, as a result, sh spits this when it is given only a single `ls D:/Coding/ports/automake/trunk/t/*.sh` command:
    22{{{
    33ls: error 22