Add missing / at the end of the nbdpath= assignment in nbd-client.initrd. Closes...
[nbd.git] / .travis / before_install
blob3116c63d4975fa30fb94e92b499bb38be3411cf4
1 #!/bin/bash
3 set -e
4 set -x
6 case $(uname -s) in
7 Linux)
8 sudo sh .travis/add-trusty
9 sudo apt-get update
10 sudo apt-get -t trusty -y install automake
11 sudo apt-get install -y docbook-utils
14 for i in man/*sgml
16 touch ${i%in.sgml}sh.in
17 done
18 brew update
19 brew install glib
21 esac