]> git.pld-linux.org Git - projects/distfiles.git/commitdiff
Don't die if md5 duplicates (opera.spec)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 24 Jun 2007 19:47:56 +0000 (19:47 +0000)
committercvs2git <feedback@pld-linux.org>
Thu, 29 Nov 2012 22:58:16 +0000 (22:58 +0000)
Changed files:
    file-fetcher.pl -> 1.44

file-fetcher.pl

index 32cce7a1bf9c8b450c15c76d1c8f3e2314dc6a3e..8fd51b96b7a6bbe18931e829bd5c0ba410242c57 100644 (file)
@@ -233,7 +233,7 @@ sub fetch_file($$)
     return;
   }
 
-  mkdir("$tmp_dir/$md5") or die;
+  mkdir("$tmp_dir/$md5");
   
   if ($url =~ /^no-url/) {
     handle_no_url($md5, $url);
This page took 0.096683 seconds and 4 git commands to generate.