We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20f081 commit c59161dCopy full SHA for c59161d
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