scc

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

commit b315a6a7661862ebdc5d73dadd8eeaa71da26850
parent 463b26a80002bff35a9c4a660ad46e0ae620d91f
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon, 12 Mar 2018 22:08:52 +0100

[tests/nm] Restore correct trap cmd

Diffstat:
Mtests/nm/execute/0006-z80-o.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/nm/execute/0006-z80-o.sh b/tests/nm/execute/0006-z80-o.sh @@ -4,7 +4,7 @@ set -e tmp1=`mktemp` tmp2=`mktemp` -#trap "rm -f $tmp1 $tmp2" 0 2 3 +trap "rm -f $tmp1 $tmp2" 0 2 3 nm -t o z80.out > $tmp1