Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 9d96202

Browse files
authored
Update build.func
tweak
1 parent ffb58a5 commit 9d96202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/build.func

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ msg_error() {
7575
shell_check() {
7676
if [[ "$(basename "$SHELL")" != "bash" ]]; then
7777
clear
78-
msg_error "Your current shell is not Bash. To utilize these scripts, please switch to the Bash shell."
78+
msg_error "Your default shell is currently not set to Bash. To use these scripts, please switch to the Bash shell."
7979
echo -e "\nExiting..."
8080
sleep 2
8181
exit

0 commit comments

Comments
 (0)