aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-apt-config
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-apt-config')
-rwxr-xr-xpbuilder-apt-config3
1 files changed, 3 insertions, 0 deletions
diff --git a/pbuilder-apt-config b/pbuilder-apt-config
index 9166881..7dd84a4 100755
--- a/pbuilder-apt-config
+++ b/pbuilder-apt-config
@@ -155,6 +155,9 @@ if [ -z "$suite" ] && [ -z "$profile" ]; then
die "Please pass --suite or --profile"
fi
+components="$(echo "$components" | tr , " ")"
+pockets="$(echo "$pockets" | tr , " ")"
+
if [ -n "$profile" ]; then
base_dist="${profile%%-*}"
base_vendor="`guess_dist_vendor "$base_dist"`"