From 41a5c76a20b8b134f428c99431e16882b85a3cde Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 17 Feb 2020 20:39:05 +0100 Subject: travis-ci: Trying to find true executable on OSX --- .travis-script.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis-script.sh b/.travis-script.sh index dee133286..da6d80d2a 100644 --- a/.travis-script.sh +++ b/.travis-script.sh @@ -12,6 +12,9 @@ set -x head -n1 configure head -n1 .travis-script.sh +which true +ls -l /bin/true /usr/bin/true + pkg-config --short-errors --print-errors --cflags --libs 'libexif >= 0.6.13' LIBEXIF_PKG_ERRORS="$(pkg-config --short-errors --print-errors --cflags --libs "libexif >= 0.6.13" 2>&1)" -- cgit v1.2.1