X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fbarectf%2Fbuild.sh;h=cd0c31c88be67ba37a0b4c6b2b83a2acaa7cad0d;hb=dfa2dcd2f35454e0fccc3ff1462a7646a6e22e5d;hp=39e05592ce86d23a85eb645423cfd2c0f7ae2b39;hpb=ae3f7160d4ba37cf67d597a3d935aea55f553c17;p=lttng-ci.git diff --git a/scripts/barectf/build.sh b/scripts/barectf/build.sh index 39e0559..cd0c31c 100755 --- a/scripts/barectf/build.sh +++ b/scripts/barectf/build.sh @@ -1,4 +1,4 @@ -#!/bin/sh -exu +#!/bin/sh # # Copyright (C) 2015-2020 Michael Jeanson # @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +set -exu + SRCDIR="src/barectf" PYTHON3="python3"