Fix duplicate trampoline counting bug in script.

This commit is contained in:
Cas Cremers 2018-10-21 17:29:55 +02:00
parent 54b3654b07
commit d9e17005ae

View File

@ -1,6 +1,6 @@
#!/bin/sh
make clean ; make 2>&1 |grep "warning: trampoline" > trampolines.out
make clean ; make 2>&1 |grep "warning: trampoline" | sort -u > trampolines.out
cat trampolines.out
echo
wc -l trampolines.out