Changes between Initial Version and Version 1 of Ticket #58, comment 1
- Timestamp:
- Feb 5, 2015, 10:55:15 PM (10 years ago)
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 spits1 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 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: 2 2 {{{ 3 3 ls: error 22