From e3abe13def3d2981b31114436d2a89371a8ba6a0 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sun, 8 Mar 2020 13:10:30 -0400 Subject: [PATCH] Update osx-x86_64-before-install.sh --- src/travis/osx-x86_64-before-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/travis/osx-x86_64-before-install.sh b/src/travis/osx-x86_64-before-install.sh index 1e918ae8..e3992654 100755 --- a/src/travis/osx-x86_64-before-install.sh +++ b/src/travis/osx-x86_64-before-install.sh @@ -5,6 +5,9 @@ whereibelong=$(pwd) #brew upgrade +# prefer standard GNU tools like date over MacOS defaults +export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH + cd ~ if [ ! -f python-$BUILD_PYTHON_VERSION-macosx10.9.pkg ]; then