diff options
author | Troy Murray <troy.murray@gmail.com> | 2018-06-26 14:09:23 -0400 |
---|---|---|
committer | Sam Doran <sdoran@redhat.com> | 2018-06-26 14:09:23 -0400 |
commit | 15ce7c5bab781592cdd81a736ad530341e0fdfeb (patch) | |
tree | 2bada66f737a031391c48280663eea50c6ca1267 /hacking | |
parent | c0c20835aca6a5007a58de7b0696d147e23f85f1 (diff) | |
download | ansible-15ce7c5bab781592cdd81a736ad530341e0fdfeb.tar.gz |
change OS X to macOS (#41294)
* change OS X to macOS
<!--- Your description here -->
+label: docsite_pr
* Update all Mac OS X references to be macOS
* Drop extra Mac
Diffstat (limited to 'hacking')
-rw-r--r-- | hacking/env-setup | 12 |
1 files changed, 6 insertions, 6 deletions
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 |