Commit bb21e63
committed
core: Fix version check
Previously it would report that Bash 4.0 and 4.1 were unsupported.
Since Bash always sets `BASH_VERSION`, it's not practical to write an
automated test unless different versions of the Bash binary are
available. I may add one, but since I've tested it manually on my
machine and this condition isn't likely to ever change, it's probably
not worth it.1 parent 31f8622 commit bb21e63
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments