index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-09-02 19:49:26 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-09-02 19:49:26 +0200 |
commit | 5784688d83bf696f23091cf6d7a199e7d25fc5b6 (patch) | |
tree | 5b74558e5a83405731b21da51ecc63080b9fb66b /lib | |
parent | 77233573f7efcf3ed2ea22c898bf7f7a8b8bb50b (diff) |
-rwxr-xr-x | lib/load-configuration | 3 |
diff --git a/lib/load-configuration b/lib/load-configuration index d54d8b5..9199281 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -4,6 +4,9 @@ # shellcheck disable=SC2034 +# TODO: a global kill-switch would be nice to block all activity before +# a reboot + set -e export LANG=C |