Files
platformio-core/platformio
Florian Sievers af21c50aec make bash version check case insensitive (#4399)
the output of `bash --version` is different when the system is configured for e.g. de_DE locale. For german locale the it's `GNU bash, Version 5.0…` with an uppercase 'V'. This makes the bash completion setup fail with the error `Error: The minimal supported Bash version is 4.4`.

To fix this, the version match regex now uses the `IGNORECASE` flag.
2022-08-24 13:44:56 +03:00
..
2022-07-18 18:06:37 +03:00
2022-08-24 13:34:07 +03:00
2022-08-01 19:47:27 +03:00
2022-08-12 12:47:16 +03:00
2022-07-02 19:19:48 +03:00
2022-08-24 13:30:39 +03:00
2022-08-03 16:35:37 +03:00
2022-05-31 17:07:56 +03:00
2022-07-02 19:03:25 +03:00
2022-07-13 18:32:04 +03:00
2022-06-10 14:01:42 +03:00