-
Please, add TAB filename completion...
2009-10-06 08:54:22 UTC by hexaae
-
If I call cmd /c echo it prints a blank line instead of the expected "echo is on"... similarly, I get an error calling cmd /c start http://google.com.
2009-04-20 23:25:38 UTC by singpolyma
-
If parts of $PATH have spaces in them, then the shebang handling breaks. For example, when I try to exec a script with #!/bin/sh on my system, I get an error about how it can't find "Files\TheVeeb\bin\sh.exe" since it has lost the part before the space C:\Program.
2009-04-20 23:24:25 UTC by singpolyma
-
Trying to execute an external binary like so:
ansicon -p
But the binary is passed the command line as:
ansicon "-p"
causing the switch -p to be treated as a filename by the binary.
2009-03-09 17:11:16 UTC by allanhiggins
-
matysiak committed patchset 71 of module win-bash to the win-bash CVS repository, changing 2 files.
2007-09-24 14:05:41 UTC by matysiak
-
matysiak committed patchset 70 of module win-bash to the win-bash CVS repository, changing 1 files.
2007-09-24 14:05:26 UTC by matysiak
-
matysiak committed patchset 69 of module win-bash to the win-bash CVS repository, changing 1 files.
2007-09-24 14:03:54 UTC by matysiak
-
matysiak committed patchset 68 of module win-bash to the win-bash CVS repository, changing 1 files.
2007-09-24 14:03:32 UTC by matysiak
-
matysiak committed patchset 67 of module win-bash to the win-bash CVS repository, changing 2 files.
2007-09-24 14:03:08 UTC by matysiak
-
matysiak committed patchset 66 of module win-bash to the win-bash CVS repository, changing 1 files.
2007-09-24 14:02:59 UTC by matysiak