index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2020-11-04 07:05:58 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-11-04 07:05:58 +0100 |
commit | 221bc5f480326a982b2d01745702e02c45d53aee (patch) | |
tree | 65d4977279f44c9d7b3a87f4305b070c8a8285c0 /lib | |
parent | 0e1be34687beccc0bdbccfac6a83006e040d54b7 (diff) |
-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 |