btrfs-progs: Use more loose open ctree flags for dump-tree and restore
[platform/upstream/btrfs-progs.git] / travis / build-default
1 #!/bin/sh
2 # usage: $0 [optional arguments to configure]
3
4 if ! [ -f "./autogen.sh" ]; then
5        echo "ERROR: cannot find autogen.sh, run from the top level directory"
6        exit 1
7 fi
8
9 set -e
10
11 ./autogen.sh
12 ./configure "$@"
13 make