Skip to content
This repository was archived by the owner on Mar 4, 2021. It is now read-only.

Commit 57ac1ae

Browse files
committed
measurement-kit: build v0.10.6
1 parent 8ec4e17 commit 57ac1ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

measurement-kit/build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
#!/bin/sh -e
1+
#!/bin/sh
2+
set -e
23
name=measurement-kit
34
tarball=./pkg/$name/tarball.tar.gz
45
builddir=./build/$name
56
rm -rf $builddir
67
install -d $builddir
78
tar -C $builddir -xzf $tarball
8-
srcdir=$builddir/$name-0.10.4
9+
srcdir=$builddir/$name-0.10.6
910
(
1011
set -ex
1112
cd $srcdir

0 commit comments

Comments
 (0)