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 3a3952a commit d4bef31Copy full SHA for d4bef31
lib/bashly/views/wrapper/bash3_bouncer.gtx
@@ -1,6 +1,6 @@
1
= view_marker
2
3
-> 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
4
> printf "{{ strings[:unsupported_bash_version] }}\n" >&2
5
> exit 1
6
> fi
0 commit comments