From 10764be703a9cf32667bebfaaa2d23c9a579b843 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Wed, 2 Nov 2011 17:18:26 -0700 Subject: [PATCH] oops, typo in factor.sh --- build-support/factor.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-support/factor.sh b/build-support/factor.sh index f0608417c6..31da3ff9be 100755 --- a/build-support/factor.sh +++ b/build-support/factor.sh @@ -501,9 +501,9 @@ update_boot_images() { $DELETE temp/staging.*.image > /dev/null 2>&1 if [[ -f $BOOT_IMAGE ]] ; then get_url http://downloads.factorcode.org/images/latest/checksums.txt - factorcode_md5=`cat checksums.txt|grep $BOOT_IMAGE|cut -f2 -d' '`; + factorcode_md5=`cat checksums.txt|grep $BOOT_IMAGE|cut -f2 -d' '` set_md5sum - disk_md5=`$MD5SUM $BOOT_IMAGE|cut -f1 -d' '` ;; + disk_md5=`$MD5SUM $BOOT_IMAGE|cut -f1 -d' '` $ECHO "Factorcode md5: $factorcode_md5"; $ECHO "Disk md5: $disk_md5"; if [[ "$factorcode_md5" == "$disk_md5" ]] ; then