Skip to content

Commit ccd7b92

Browse files
committed
approvals
1 parent d4bef31 commit ccd7b92

File tree

1 file changed

+1
-1
lines changed
  • spec/approvals/script/wrapper

1 file changed

+1
-1
lines changed

spec/approvals/script/wrapper/code

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Modifying it manually is not recommended
44

55
# :wrapper.bash3_bouncer
6-
if (( BASH_VERSINFO[0] < 4 || (BASH_VERSINFO[0] == 4 && BASH_VERSINFO[1] < 2) )); then
6+
if ((BASH_VERSINFO[0] < 4 || (BASH_VERSINFO[0] == 4 && BASH_VERSINFO[1] < 2))); then
77
printf "bash version 4.2 or higher is required\n" >&2
88
exit 1
99
fi

0 commit comments

Comments
 (0)