]> git.proxmox.com Git - mirror_ovs.git/blob - .travis/osx-prepare.sh
travis: Work around glibtoolize error.
[mirror_ovs.git] / .travis / osx-prepare.sh
1 #!/bin/bash
2 set -ev
3 pip install --user six
4
5 brew uninstall libtool && brew install libtool || true