From ff3fea0ba205fd817e438c3112dd5dd1496f68a4 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Sun, 16 May 2004 19:10:39 +0000 Subject: [PATCH] Rene Rebe: fixed Download from mirror sites in parallel - locks got wiped too early [2004050509405705983] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2937 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/Download | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/Download b/scripts/Download index aaa1213f2..b302b717f 100755 --- a/scripts/Download +++ b/scripts/Download @@ -457,7 +457,7 @@ download_file_now() { echo "ERROR: So I'm not trying to download" \ "it again (remove src/Download-Errors" echo "ERROR: if you want to force a retry)." - rm -f "$lkfile" ; trap INT ; return 1 + return 1 fi # Download @@ -546,7 +546,6 @@ download_file_now() { fi if [ $curlret -ne 0 ] ; then - rm -f "$lkfile" ; trap INT case "$curlret" in 18) echo "WARNING: Got only some of the" \