diff options
Diffstat (limited to 'bootstrap/02_setup')
-rwxr-xr-x | bootstrap/02_setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/02_setup b/bootstrap/02_setup index 3c6e7a3e..87c3c2a2 100755 --- a/bootstrap/02_setup +++ b/bootstrap/02_setup @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="1.7.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.7.1" . %SHELL_LIBRARY_PATH . %SCRIPT_ENSURE_CONFIG_VARIABLES |