aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-checkparams
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-xpbuilder-checkparams4
1 files changed, 4 insertions, 0 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams
index 89cda72..34b4a42 100755
--- a/pbuilder-checkparams
+++ b/pbuilder-checkparams
@@ -75,6 +75,10 @@ while [ -n "$1" ]; do
DISTRIBUTION="$2";
shift; shift;
;;
+ --components)
+ COMPONENTS="$2";
+ shift; shift;
+ ;;
--buildresult)
if [ -n "$2" ]; then
if [ -d "$2" ]; then