removed deugging

This commit is contained in:
DT Netsolution GmbH 2012-02-08 21:14:33 +01:00
parent 7b88ef224b
commit 0f5e860a3f

View File

@ -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