Skip to content

Commit 86d95ad

Browse files
committed
chore: regenerate lib/library-functions.sh after rebase onto main
Assisted-by: Claude:claude-fable-5
1 parent 416f4c9 commit 86d95ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/library-functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/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
33

44
# no errors tolerated. invoked before each sourced file to make sure.
55
#set -o pipefail # trace ERR through pipes - will be enabled "soon"
@@ -1122,4 +1122,4 @@ source "${SRC}"/lib/functions/rootfs/trap-rootfs.sh
11221122
#set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
11231123
set -o errtrace # trace ERR through - enabled
11241124
set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
1125-
# This file is/was autogenerated by lib/tools/gen-library.sh; don't modify manually
1125+
# This file is/was autogenerated by ./lib/tools/gen-library.sh; don't modify manually

0 commit comments

Comments
 (0)