summaryrefslogtreecommitdiffstats
path: root/.travis-functions.sh
diff options
context:
space:
mode:
authorRuediger Meier2016-08-11 17:30:20 +0200
committerRuediger Meier2016-08-11 18:04:00 +0200
commit160eef814a95d74b2da6e55a87e0dfcd99f5eb5a (patch)
treed5d2569e491fcde56391ec7e18b44467cba512e5 /.travis-functions.sh
parentlibmount: Preserve empty string value in optstr parsing (diff)
downloadkernel-qcow2-util-linux-160eef814a95d74b2da6e55a87e0dfcd99f5eb5a.tar.gz
kernel-qcow2-util-linux-160eef814a95d74b2da6e55a87e0dfcd99f5eb5a.tar.xz
kernel-qcow2-util-linux-160eef814a95d74b2da6e55a87e0dfcd99f5eb5a.zip
travis: fix OSX, glibtoolize could not find sed
Since a few days travis OSX seems to have a bad libtool package: $ glibtoolize --version /usr/local/bin/glibtoolize: line 406: /usr/local/Library/ENV/4.3/sed: No such file or directory Exporting SED is a simple fix. Otherwise we could have also re-installed libtool: brew uninstall libtool brew install libtool Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
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