Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
busybox
/
d27d925a6d83a2831ccccb48ca24cd77768cde1a
/
.
/
testsuite
/
cmp
/
cmp-detects-difference
blob: b9bb628f109291edca4fe1e7e39803521f027542 [
file
] [
log
] [
blame
]
echo foo
>
foo
echo bar
>
bar
set
+
e
busybox cmp
-
s foo bar
if
[
$
?
!=
0
]
;
then
exit
0
;
fi
exit
1
;