From 147387e8b027a7702c5e500317e3a4b5c9c16170 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 27 Jul 2011 16:18:19 +0100 Subject: Set --architecture default correctly to be a list. --- scripts/pbuilder-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pbuilder-create b/scripts/pbuilder-create index fb46c8c..4b18df2 100755 --- a/scripts/pbuilder-create +++ b/scripts/pbuilder-create @@ -36,7 +36,7 @@ class PbuilderCreate(cliapp.Application): arch = self.runcmd(['dpkg', '--print-architecture']).strip() self.settings.string_list(['arch', 'a'], 'build tgz for ARCH (%default)', - metavar='ARCH', default=arch) + metavar='ARCH', default=[arch]) self.settings.string_list(['othermirror', 'o'], 'also build tgz with pbuilder ' '--othermirror, set to empty to avoid ' -- cgit v1.2.1