In this hunk,
- wine notepad.exe /parameter1 -parameter2 parameter3 - (calling program with parameters) + wine notepad.exe readme.txt (calling program with parameters)
shouldn't the /parameter1 and -parameter2 remain? i.e. are '/' and '-' interchangeable?
Frédéric
2010/7/12 Frédéric Delanoy frederic.delanoy@gmail.com:
In this hunk,
- wine notepad.exe /parameter1 -parameter2 parameter3
- (calling program with parameters)
- wine notepad.exe readme.txt (calling program with parameters)
shouldn't the /parameter1 and -parameter2 remain? i.e. are '/' and '-' interchangeable?
That change was by AJ, not by me. See the wine-patches original: http://www.winehq.org/pipermail/wine-patches/2010-July/090376.html
AJ?
Frédéric Delanoy frederic.delanoy@gmail.com writes:
In this hunk,
wine notepad.exe /parameter1 -parameter2 parameter3
(calling program with parameters)
- wine notepad.exe readme.txt (calling program with parameters)
shouldn't the /parameter1 and -parameter2 remain? i.e. are '/' and '-' interchangeable?
There's nothing special about '/' or '-', the interpretation is up to the application, we just pass the arguments through.