From 9d22d72e53946268bd5dccf68222fc77e05ff7f8 Mon Sep 17 00:00:00 2001 From: georglauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Sat, 20 Apr 2024 16:15:05 +0200 Subject: [PATCH] `unset` `__libbash__post_init` --- load | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load b/load index 39e68eb..ef3d6b5 100755 --- a/load +++ b/load @@ -230,7 +230,7 @@ function __libbash__post_init() { unset __libbash__parse_arguments unset __libbash__source_files unset __libbash__setup_default_notify_error - # unset __libbash__post_init + unset __libbash__post_init } if __libbash__main "${@}"; then