scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 7876894911f8c400289319416004a0d400eac69e
parent b1e7581395f016b2a2494f9035804525302de72a
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 19 Dec 2017 10:19:45 +0000

[as] Don't do twice the line number

Diffstat:
Mas/test.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/as/test.sh b/as/test.sh @@ -32,8 +32,8 @@ sed -n '/^data:/,$ { nl -b a > $tmp2 printf "test.s\n" -nl -b a $tmp1 +cat $tmp1 printf "\nobjdump\n" -nl -b a $tmp2 +cat $tmp2 printf "\ndiff\n" diff $tmp1 $tmp2