From 9d9620249f8f501a6c969d6829f5d0ebec761a05 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 22 Feb 2024 23:44:30 -0500 Subject: [PATCH] Update build.func tweak --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index fa98059e..968cb83e 100644 --- a/misc/build.func +++ b/misc/build.func @@ -75,7 +75,7 @@ msg_error() { shell_check() { if [[ "$(basename "$SHELL")" != "bash" ]]; then clear - msg_error "Your current shell is not Bash. To utilize these scripts, please switch to the Bash shell." + msg_error "Your default shell is currently not set to Bash. To use these scripts, please switch to the Bash shell." echo -e "\nExiting..." sleep 2 exit