git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@3555
559672b5-ba27-0410-b829-
e8f1faed8b1b
}
function check_changed {
- if cmp $1.deblob $1; then
+ if cmp $1.deblob $1 > /dev/null; then
echo $1 did not change, something is wrong >&2
exit 1
fi
}
function check_changed {
- if cmp $1.deblob $1; then
+ if cmp $1.deblob $1 > /dev/null; then
echo $1 did not change, something is wrong >&2
exit 1
fi
}
function check_changed {
- if cmp $1.deblob $1; then
+ if cmp $1.deblob $1 > /dev/null; then
echo $1 did not change, something is wrong >&2
exit 1
fi