Sort before diff

This commit is contained in:
2024-02-04 18:12:28 -08:00
parent c4c86a69c6
commit ee14b5f66f
+1 -1
View File
@@ -2,5 +2,5 @@
set -euo pipefail set -euo pipefail
diff -u "$2" <(nm "$1" | grep " T " | cut -f3 -d " " | sort) diff -u <(sort < "$2") <(nm "$1" | grep " T " | cut -f3 -d " " | sort)
nm "$1" | grep " U " | (! grep -Pv 'abort|free|malloc|mem[a-z]*|__ashlti3') nm "$1" | grep " U " | (! grep -Pv 'abort|free|malloc|mem[a-z]*|__ashlti3')