]> git.donarmstrong.com Git - wannabuild.git/commitdiff
fix selection of distributions
authorAndreas Barth <aba@not.so.argh.org>
Thu, 31 Mar 2011 20:53:43 +0000 (20:53 +0000)
committerAndreas Barth <aba@not.so.argh.org>
Thu, 31 Mar 2011 20:53:43 +0000 (20:53 +0000)
bin/wanna-build

index fd9d3a2dc7cc3446069af9d0b444ea3cf95b2dc1..1f1006d33decbbdcb3f95fd94f01b5fbb63e9e8f 100755 (executable)
@@ -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;