summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/load-configuration4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/load-configuration b/lib/load-configuration
index eb9ad1e..b12b0cd 100755
--- a/lib/load-configuration
+++ b/lib/load-configuration
@@ -4,6 +4,10 @@
# shellcheck disable=SC2034
+# TODO: If there are intentions left which noone executes, we should try
+# to reexecute them or at least warn the caller. Else, we might wait
+# indefinitely.
+
set -e
export LANG=C