Files
platformio-core/platformio/system
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-05-31 17:31:21 +03:00
2022-05-31 17:09:22 +03:00
2022-05-31 17:31:21 +03:00
2022-06-01 18:29:49 +03:00