On 15/05/12 03:46, Charles Davis wrote: <snip> >> Are you going to submit the patch out to lldb-commit? > Not yet. I need to figure out a portable way to write text to a file without > a trailing newline.
Use printf instead. It's basically impossible to use echo portably for this. John Bytheway _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
