Skip to content
Snippets Groups Projects
Commit 56057992 authored by Mathis Rosenhauer's avatar Mathis Rosenhauer
Browse files

Use only POSIX options for cmp

parent 26761b8b
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ filesize () {
decode () {
$AEC -d $3 $1 test.dat
cmp -n $(filesize $2) $2 test.dat
dd if=test.dat bs=1 count=$(filesize $2) | cmp $2 -
}
code () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment