From: Andreas Barth Date: Mon, 24 May 2010 23:46:15 +0000 (+0000) Subject: call_edos_depcheck: don't do anything if no packages need to be checked X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=commitdiff_plain;h=4273b6de2d80450e9d2b786695a29d35b7a191fc call_edos_depcheck: don't do anything if no packages need to be checked --- 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 /;