aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-uml-checkparams
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-uml-checkparams')
-rw-r--r--pbuilder-uml-checkparams6
1 files changed, 5 insertions, 1 deletions
diff --git a/pbuilder-uml-checkparams b/pbuilder-uml-checkparams
index 2267f8f..4157b5b 100644
--- a/pbuilder-uml-checkparams
+++ b/pbuilder-uml-checkparams
@@ -21,7 +21,11 @@
# requires
# . /usr/lib/pbuilder/pbuilder-loadconfig
-for SYSTEM_CONFIG in /usr/share/pbuilder/pbuilder-uml.conf /etc/pbuilder/pbuilder-uml.conf ${HOME}/.pbuilderrc ${HOME}/.pbuilder-umlrc; do
+for SYSTEM_CONFIG in \
+ /usr/share/pbuilder/pbuilder-uml.conf \
+ /etc/pbuilder/pbuilder-uml.conf \
+ ${HOME}/.pbuilderrc \
+ ${HOME}/.pbuilder-umlrc; do
if [ -f ${SYSTEM_CONFIG} ]; then
. ${SYSTEM_CONFIG}
fi