diff options
Diffstat (limited to 'pbuilder-uml-checkparams')
-rw-r--r-- | pbuilder-uml-checkparams | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-uml-checkparams b/pbuilder-uml-checkparams index 4a333d3..05e98b4 100644 --- a/pbuilder-uml-checkparams +++ b/pbuilder-uml-checkparams @@ -21,7 +21,7 @@ # requires # . /usr/lib/pbuilder/pbuilder-loadconfig -for SYSTEM_CONFIG in /usr/share/pbuilder/pbuilder-uml.conf /etc/pbuilder/pbuilder-uml.conf ${HOME}/.pbuilderrc; 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 |