aboutsummaryrefslogtreecommitdiffstats
path: root/dabuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'dabuild.in')
-rwxr-xr-xdabuild.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/dabuild.in b/dabuild.in
index c761c7e..6eae27a 100755
--- a/dabuild.in
+++ b/dabuild.in
@@ -10,6 +10,11 @@ die () {
exit 1
}
+# source the configuration if available
+if [ -f "/etc/dabuild.conf" ]; then
+ . /etc/dabuild.conf
+fi
+
## debug
if [ "$DABUILD_DEBUG" = "true" ]; then
set -x