index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/load-configuration | 4 |
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 |