summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-06-07 01:45:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-06-07 01:45:42 +0200
commitdc05dc8a143f8273ad911177f7259a4f4887760f (patch)
tree460d5acf90796b591e80d864249dc2660b21978e /scripts
parent88db980109ec08c7cc183817137698427cf54233 (diff)
fix formatting
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/prereq.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prereq.sh b/scripts/prereq.sh
index bc7d829b1..1763a1d65 100755
--- a/scripts/prereq.sh
+++ b/scripts/prereq.sh
@@ -232,7 +232,7 @@ done
printf " ---> checking if bash is installed.. "
if which bash >/dev/null; then
printf "found\n"
- printf " ---> checking if it is bash 4.x or 5.x"
+ printf " ---> checking if it is bash 4.x or 5.x.. "
LC_ALL=C bash --version 2>/dev/null| grep -i "version \(4\|5\)" >/dev/null
if [ $? -eq 0 ]; then
printf "yes\n"