1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 06:25:24 +00:00

Remove uniq -u

This commit is contained in:
V2Ray 2015-09-26 23:38:57 +02:00
parent c598e229a9
commit b33995399b

View File

@ -22,7 +22,7 @@ for DIR in $(find * -type d -not -path "*.git*"); do
fi
done
cat coverall.out | sort -t: -k1 | uniq -u > coverallsorted.out
cat coverall.out | sort -t: -k1 > coverallsorted.out
echo "mode: set" | cat - coverallsorted.out > coverall.out
rm coverallsorted.out