gregersrygg opened a new pull request #530: Fix newlines removed from gdb output
URL: https://github.com/apache/mynewt-core/pull/530
 
 
   Newlines from the gdb output was removed, so it was really hard to find the 
real error in the blob of text that was output to the shell. Just adding quotes 
around the variable when echoing fixes the problem.
   
   Without quotes:
   
![before](https://user-images.githubusercontent.com/149725/30064676-c85091a0-9252-11e7-9722-14112ffb4678.png)
   
   With quotes:
   
![after](https://user-images.githubusercontent.com/149725/30064682-d02054e2-9252-11e7-83a2-14b36f01f478.png)
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to