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

Commit

Permalink
Update build.func
Browse files Browse the repository at this point in the history
tweak
  • Loading branch information
tteck authored Feb 23, 2024
1 parent ffb58a5 commit 9d96202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/build.func
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d96202

Please sign in to comment.