summaryrefslogtreecommitdiffstats
path: root/.travis-functions.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis-functions.sh')
-rwxr-xr-x.travis-functions.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis-functions.sh b/.travis-functions.sh
index 2b369f1b0..6fcf01976 100755
--- a/.travis-functions.sh
+++ b/.travis-functions.sh
@@ -118,6 +118,9 @@ function osx_install_script
--disable-ipcs \
--disable-write \
"
+
+ # workaround: glibtoolize could not find sed
+ export SED="sed"
}
function osx_prepare_check