X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fcommon%2Foverride-build-std.sh;h=472e89e64441c3223432b9b5391be7e4066c674c;hb=HEAD;hp=003ee7a52270d85ef857d086615c84b4647dd982;hpb=edb933dd7f136fbbee8ab89bd5231d5bf933583d;p=lttng-ci.git diff --git a/scripts/common/override-build-std.sh b/scripts/common/override-build-std.sh index 003ee7a..472e89e 100755 --- a/scripts/common/override-build-std.sh +++ b/scripts/common/override-build-std.sh @@ -1,22 +1,12 @@ -#!/bin/bash -exu +#!/bin/bash # -# Copyright (C) 2020 Jonathan Rajotte-Julien -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# SPDX-FileCopyrightText: 2020 Jonathan Rajotte-Julien +# SPDX-License-Identifier: GPL-2.0-or-later # This file should be used as a jenkins job builder RAW import allowing the # override of the "build" variable on shell builder execution. +set -exu + # shellcheck disable=SC2034 build=std