From 0f5e860a3f16f241505f7a708fc0006860fefe38 Mon Sep 17 00:00:00 2001 From: DT Netsolution GmbH Date: Wed, 8 Feb 2012 21:14:33 +0100 Subject: [PATCH] removed deugging --- lib/builder-targets.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/builder-targets.sh b/lib/builder-targets.sh index 500e1c9..23edd73 100644 --- a/lib/builder-targets.sh +++ b/lib/builder-targets.sh @@ -153,8 +153,6 @@ builder_retrieve() { # testing the checksum of the downloaded files local sha1sum_val=`cat ${PRODUCT_DIR}/${basename}.sha1sum | cut -d " " -f1` local checksum_val=`sha1sum ${DL_DIST_FILE[$i]} | cut -d " " -f1` -echo sha1sum_val: $sha1sum_val -echo checksum_val: $checksum_val if [ "$checksum_val" = "$sha1sum_val" ] ; then downloaded=1 fi