Open lacabra opened 4 years ago
is_ready.sh script depends on some parameters that are specific to the Linux/GNU version of grep not found in the MacOS/BSD version. This PR detects with OS version is running, and switches between the command that matches each version.
is_ready.sh
grep
Won't -Eoi work both on Linux and Mac?
-Eoi
is_ready.sh
script depends on some parameters that are specific to the Linux/GNU version ofgrep
not found in the MacOS/BSD version. This PR detects with OS version is running, and switches between the command that matches each version.