From: Andreas Barth Date: Thu, 31 Mar 2011 20:53:43 +0000 (+0000) Subject: fix selection of distributions X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=commitdiff_plain;h=0f95e29362d9c718fd3ad4f81151d771bf537571 fix selection of distributions --- diff --git a/bin/wanna-build b/bin/wanna-build index fd9d3a2..1f1006d 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -150,6 +150,7 @@ GetOptions( reupload-wait bd-uninstallable ) ]; }, 'dist|d=s' => sub { + $distribution = $_[1]; given ( $_[1] ) { when ( [qw< a all >] ) { $info_all_dists = 1;