aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends-checkparams
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-satisfydepends-checkparams')
-rwxr-xr-xpbuilder-satisfydepends-checkparams5
1 files changed, 3 insertions, 2 deletions
diff --git a/pbuilder-satisfydepends-checkparams b/pbuilder-satisfydepends-checkparams
index 58ce976..249b67e 100755
--- a/pbuilder-satisfydepends-checkparams
+++ b/pbuilder-satisfydepends-checkparams
@@ -28,8 +28,9 @@ CONTINUE_FAIL="no"
CHROOTEXEC_AFTER_INTERNAL_CHROOTEXEC=no
# aptitude flag to ignore key verification
-PBUILDER_APTITUDE_CHECK_OPTS=('-o' \
- 'Aptitude::CmdLine::Ignore-Trust-Violations=true')
+PBUILDER_APTITUDE_CHECK_OPTS=(
+ '-o'
+ 'Aptitude::CmdLine::Ignore-Trust-Violations=true' )
# apt flag to ignore key verification
PBUILDER_APT_GET_CHECK_OPTS="--force-yes"