shithub: scc

Download patch

ref: 9f8594e14791b57e662abe1e76324bd2366c753c
parent: 87fdf0a159cb8574eaecf233293ecdb015dc698c
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Dec 19 05:19:45 EST 2017

[as] Don't do twice the line number

--- a/as/test.sh
+++ b/as/test.sh
@@ -32,8 +32,8 @@
 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