From ab09224d8b0160c7f11351342a1d792d4945f376 Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Fri, 6 Dec 2019 18:36:39 +0000 Subject: [PATCH] try tool to extract brew info versions 5 --- buildScripts/travisHomeBrewDoItAll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildScripts/travisHomeBrewDoItAll b/buildScripts/travisHomeBrewDoItAll index 01bf25f..a405e78 100755 --- a/buildScripts/travisHomeBrewDoItAll +++ b/buildScripts/travisHomeBrewDoItAll @@ -43,11 +43,12 @@ echo $PATH echo $LDFLAGS echo $CPPFLAGS which clang +ls -la $(which clang) which python ls -la $(which python) python --version echo "-------------------------------------------------" -#brew install -v pdf2htmlex-new +brew install -v pdf2htmlex-new echo "-------------------------------------------------" echo $PATH echo $LDFLAGS