From 6148ead4a7eac57df0d8a1777f78403ce8ae3f62 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 28 Jun 2015 15:41:21 +0100 Subject: yet another typo --- buildbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot b/buildbot index 53929d6..626b4f0 100755 --- a/buildbot +++ b/buildbot @@ -55,7 +55,7 @@ envkogaionsquashfsintegrity () { export local sqfsrootmd5file=""$sqfsroot".md5" export local sqfsrootmd5="$(cat "$sqfsrootmd5file" | awk {'print $1'})" if [[ -f "$sqfsroot" && -f "$sqfsrootmd5file" ]] ; then - echo "Good, i686 squashed chroot && checksum FOUND ... verifying integrity" + echo "Good, i686 squashed chroot && checksum file FOUND ... verifying integrity" echo "" if [[ "$(md5sum "$sqfsroot" | awk {'print $1'})" = "$sqfsrootmd5" ]] ; then echo "Good, i686 squashed chroot checksum PASSED ... starting environment" -- cgit v1.2.3