We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3befc3 commit 36358feCopy full SHA for 36358fe
integration/linux/find.sh
@@ -2,15 +2,15 @@
2
# This script is needed for macOS support.
3
4
if [[ $BASH_VERSION =~ ^[3] ]]; then
5
- echo "Install a newer Bash version with 'brew install bash'"
+ echo "Install a newer Bash version with 'brew install bash'" >&2
6
exit 1
7
fi
8
9
if which xcode-select >/dev/null 2>&1; then
10
# macOS
11
FIND="$(which gfind)"
12
if [[ ! -e $FIND ]]; then
13
- echo "Install gnu-find with 'brew install findutils'"
+ echo "Install gnu-find with 'brew install findutils'" >&2
14
15
16
else
0 commit comments