lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I would say this is a bug of the Microsoft C run-time, specifically, of the `system' function that os.execute uses. See below the reproduction of this bug with no Lua involved:


E:\luabin>cmd /C "C:\Program Files\TortoiseSVN\bin\subwcrev" "a"
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.

E:\luabin>cmd /C "C:\Program Files\TortoiseSVN\bin\subwcrev" a
Directory or file 'a' does not exist

--
Shmuel