This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/18208] Fails in gdb.base/coredump-filter.exp in remote testing


https://sourceware.org/bugzilla/show_bug.cgi?id=18208

--- Comment #7 from Pedro Alves <palves at redhat dot com> ---
Oh, I see something like that here too:

 $ ssh localhost sh -c 'echo foo > /tmp/foo'
 $ cat /tmp/foo 
 $

But:

 $ ssh localhost 'sh -c "echo bar > /tmp/foo"'
 $ cat /tmp/foo 
 bar
 $

The difference is that the '' surrounds the whole sh command.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]