aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends-checkparams
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@netfort.gr.jp>2010-07-05 22:36:09 +0900
committerJunichi Uekawa <dancer@netfort.gr.jp>2010-07-05 22:36:09 +0900
commit9ea03d7b549f43184f2048e389f6da695c452a20 (patch)
tree901dc657a62de8cf4215eecbd89e229aaf20e737 /pbuilder-satisfydepends-checkparams
parent13c5e4f1918ae4ad2c6536041d9a90876a834ad3 (diff)
downloadpbuilder-9ea03d7b549f43184f2048e389f6da695c452a20.tar
pbuilder-9ea03d7b549f43184f2048e389f6da695c452a20.tar.gz
minor change in formatting.
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"