From 8e5c4cbe6b05130e1405fd554465e4a6e3627410 Mon Sep 17 00:00:00 2001 From: Simon Let Date: Fri, 17 Jan 2020 21:21:23 +0100 Subject: [PATCH] cosmetic change --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 0c46a80..2dcf7ec 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -27,7 +27,7 @@ elif [ "$bash_version_major" -eq 4 ] && [ "$bash_version_minor" -lt 3 ]; then fi if [ "$bash_too_old" = true ]; then - echo " * Bash version: $bash_version" + echo " * Bash version: $bash_version - WARNING!" if [ "$login_shell" = bash ]; then echo " > Your bash version is old." echo " > Bash is also your login shell."