shithub: scc

Download patch

ref: ee9d0c10154747c291ff77815127698de118b502
parent: 12420501c287775747660ff682e8de34cb6de853
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Mon Feb 5 02:48:09 EST 2018

[as] Add -u to the diff command line of test.sh

--- a/as/test.sh
+++ b/as/test.sh
@@ -43,4 +43,4 @@
 printf "\nobjdump\n"
 cat $tmp2
 printf "\ndiff\n"
-diff $tmp1 $tmp2
+diff -u $tmp1 $tmp2