From fcf0f23c2aaa833643816634000e830d4ad13253 Mon Sep 17 00:00:00 2001 From: jkratoch <> Date: Sat, 2 Oct 2010 16:01:29 +0000 Subject: [PATCH] Use \n. --- bin/gcc-command-line | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gcc-command-line b/bin/gcc-command-line index 5e756b9..689eb84 100755 --- a/bin/gcc-command-line +++ b/bin/gcc-command-line @@ -1,4 +1,4 @@ #! /bin/sh for i in "$@";do - objcopy -O binary -j .GCC.command.line --set-section-flags .GCC.command.line=A --change-section-address .GCC.command.line=0 "$i" /proc/self/fd/1|tr '\0' ' '|sed 's/ $//';echo + objcopy -O binary -j .GCC.command.line --set-section-flags .GCC.command.line=A --change-section-address .GCC.command.line=0 "$i" /proc/self/fd/1|tr '\0' '\n' done -- 1.8.3.1