On Wed, 27 Dec 2017 17:46:37, cyg Simple wrote:
$ cygstart bash -c \"echo \\\'\; read\"
$ export z="'"
$ bash -c "echo \\${z}; read"
works
$ cygstart bash -c \"echo ${z}\; read\"
this assumes that "z" is something, if you do "z=" then it breaks
$ bash -c 'echo \'; read'
fails to work
On 12/26/2017 8:16 PM, Steven Penny wrote:
> On Tue, 26 Dec 2017 17:44:11, cyg Simple wrote:
>> If you want to pass quotes to the process on the command line then you
>> need
>> to quote them or use a backslash on the quote to prevent the shell doing
>> the exec to process them.
>>
>> $ cygstart ba
Hi Raimund,
Comments embedded below...
PAULUS, Raimund, TI-ABN wrote:
Hello Mark,
in my earlier tests the lib and header files for tirpc was still there from the
Cygwin-installation. I think, this could influence the results of the tests.
Therefore i removed these files. From now on i used onl
3 matches
Mail list logo