From 15ce7c5bab781592cdd81a736ad530341e0fdfeb Mon Sep 17 00:00:00 2001 From: Troy Murray Date: Tue, 26 Jun 2018 14:09:23 -0400 Subject: change OS X to macOS (#41294) * change OS X to macOS +label: docsite_pr * Update all Mac OS X references to be macOS * Drop extra Mac --- hacking/env-setup | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'hacking') diff --git a/hacking/env-setup b/hacking/env-setup index 961c6bdcc1..2b042722a6 100644 --- a/hacking/env-setup +++ b/hacking/env-setup @@ -25,7 +25,7 @@ elif [ -n "$KSH_VERSION" ] && echo $KSH_VERSION | grep -qv '^@(#)PD KSH'; then else HACKING_DIR="$PWD/hacking" fi -# The below is an alternative to readlink -fn which doesn't exist on OS X +# The below is an alternative to readlink -fn which doesn't exist on macOS # Source: http://stackoverflow.com/a/1678636 FULL_PATH=$($PYTHON_BIN -c "import os; print(os.path.realpath('$HACKING_DIR'))") export ANSIBLE_HOME="$(dirname "$FULL_PATH")" @@ -70,16 +70,16 @@ fi if [ "$verbosity" != silent ] ; then cat <<- EOF - + Setting up Ansible to run out of checkout... - + PATH=$PATH PYTHONPATH=$PYTHONPATH MANPATH=$MANPATH - + Remember, you may wish to specify your host file with -i - + Done! - + EOF fi -- cgit v1.2.1