From 0f95e29362d9c718fd3ad4f81151d771bf537571 Mon Sep 17 00:00:00 2001 From: Andreas Barth Date: Thu, 31 Mar 2011 20:53:43 +0000 Subject: [PATCH] fix selection of distributions --- bin/wanna-build | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2