We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bef31 commit ccd7b92Copy full SHA for ccd7b92
spec/approvals/script/wrapper/code
@@ -3,7 +3,7 @@
3
# Modifying it manually is not recommended
4
5
# :wrapper.bash3_bouncer
6
-if (( BASH_VERSINFO[0] < 4 || (BASH_VERSINFO[0] == 4 && BASH_VERSINFO[1] < 2) )); then
+if ((BASH_VERSINFO[0] < 4 || (BASH_VERSINFO[0] == 4 && BASH_VERSINFO[1] < 2))); then
7
printf "bash version 4.2 or higher is required\n" >&2
8
exit 1
9
fi
0 commit comments