Commit d4aa9f30 authored by Holger Levsen's avatar Holger Levsen
Browse files

fix typo



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 708c500b
......@@ -49,7 +49,7 @@ mv $BUILDDIR/b1 $BUILDDIR/b2 $RESULTSDIR/
sha256sum $RESULTSDIR/b1/mmdebstrap/${SUITE}.tar $RESULTSDIR/b2/mmdebstrap/${SUITE}.tar
# show human readable results
if diff $RESULTSDIR/b1/mmdebstrap/${SUITE}.tar RESULTSDIR/b2/mmdebstrap/${SUITE}.tar ; then
if diff $RESULTSDIR/b1/mmdebstrap/${SUITE}.tar $RESULTSDIR/b2/mmdebstrap/${SUITE}.tar ; then
echo "Success: mmdebstrap of $SUITE is reproducible today."
else
echo "Warning: mmdebstrap of $SUITE is not reproducible."
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment