]> gitweb.factorcode.org Git - factor.git/blobdiff - build.sh
Reformat output to align MD5 hashes for easier comparison
[factor.git] / build.sh
index cde6f92c2ca60d15f4646b4d09db7d6de7190631..93c35d8b91d099203d527b681d6ede32a22ed45c 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -629,8 +629,8 @@ info_boot_image() {
         set_md5sum
         local disk_md5
         disk_md5=$($MD5SUM "$BOOT_IMAGE" | cut -f1 -d' ')
-        $ECHO "Factorcode md5: $factorcode_md5";
-        $ECHO "Disk md5: $disk_md5";
+        $ECHO "Boot image @factorcode.org md5: $factorcode_md5";
+        $ECHO "Boot image @local disk     md5: $disk_md5";
         if [[ "$factorcode_md5" == "$disk_md5" ]] ; then
             $ECHO "Your disk boot image matches the one on downloads.factorcode.org."
         else