Skip to content

Commit 61a6333

Browse files
committed
setup fix fo bash version
1 parent 690ec52 commit 61a6333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ MY_NAME="$(basename "${THIS_SCRIPT}")"
6262
MY_PATH="$(dirname "${THIS_SCRIPT}")"
6363

6464
[[ "${BASH_VERSINFO[0]}" -lt 4 ]] \
65-
&& echo "($MY_NAME) ERROR: This script requires Bash version 4 or higher." >&2 \
65+
&& echo "($MY_NAME) ERROR: This script requires Bash version 4.0 or higher." >&2 \
6666
&& exit 75
6767

6868
# Default values

0 commit comments

Comments
 (0)