We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1e46fc + c59161d commit 131c4cfCopy full SHA for 131c4cf
devtools/ci/check-relaxed.sh
@@ -5,7 +5,7 @@ set -euo pipefail
5
case "$OSTYPE" in
6
darwin*)
7
if ! type gsed &>/dev/null || ! type ggrep &>/dev/null; then
8
- echo "GNU sed and grep not found! You can install via Homebrew" >&2
+ echo "GNU sed and grep not found! You can install them via Homebrew" >&2
9
echo >&2
10
echo " brew install grep gnu-sed" >&2
11
exit 1
0 commit comments