|
1 | 1 | #!/usr/bin/env bash |
2 | | -# This file is/was autogenerated by lib/tools/gen-library.sh; don't modify manually |
| 2 | +# This file is/was autogenerated by ./lib/tools/gen-library.sh; don't modify manually |
3 | 3 |
|
4 | 4 | # no errors tolerated. invoked before each sourced file to make sure. |
5 | 5 | #set -o pipefail # trace ERR through pipes - will be enabled "soon" |
@@ -658,15 +658,6 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true |
658 | 658 | # shellcheck source=lib/functions/general/deprecations.sh |
659 | 659 | source "${SRC}"/lib/functions/general/deprecations.sh |
660 | 660 |
|
661 | | -# no errors tolerated. invoked before each sourced file to make sure. |
662 | | -#set -o pipefail # trace ERR through pipes - will be enabled "soon" |
663 | | -#set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled |
664 | | -set -o errtrace # trace ERR through - enabled |
665 | | -set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled |
666 | | -### lib/functions/general/downloads.sh |
667 | | -# shellcheck source=lib/functions/general/downloads.sh |
668 | | -source "${SRC}"/lib/functions/general/downloads.sh |
669 | | - |
670 | 661 | # no errors tolerated. invoked before each sourced file to make sure. |
671 | 662 | #set -o pipefail # trace ERR through pipes - will be enabled "soon" |
672 | 663 | #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled |
@@ -1167,4 +1158,4 @@ source "${SRC}"/lib/functions/rootfs/trap-rootfs.sh |
1167 | 1158 | #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled |
1168 | 1159 | set -o errtrace # trace ERR through - enabled |
1169 | 1160 | set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled |
1170 | | -# This file is/was autogenerated by lib/tools/gen-library.sh; don't modify manually |
| 1161 | +# This file is/was autogenerated by ./lib/tools/gen-library.sh; don't modify manually |
0 commit comments