From 4273b6de2d80450e9d2b786695a29d35b7a191fc Mon Sep 17 00:00:00 2001 From: Andreas Barth Date: Mon, 24 May 2010 23:46:15 +0000 Subject: [PATCH] call_edos_depcheck: don't do anything if no packages need to be checked --- bin/wanna-build | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/wanna-build b/bin/wanna-build index b267e4a..ea6155e 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -2382,6 +2382,7 @@ sub call_edos_depcheck { #print "I would look at these sources with edos-depcheck:\n"; #print join " ", keys %interesting_packages,"\n"; + return unless %interesting_packages; my $tmpfile_pattern = "/tmp/wanna-build-interesting-sources-$distribution.$$-XXXXX"; use File::Temp qw/ tempfile /; -- 2.39.2