jjb: Add env and os details printing to build jobs
[lttng-ci.git] / scripts / lttng-modules / build.sh
index a301c918a85c1c82828f4ff9bf0c55ae847225c1..b52aead53a04d82fb6cc61247bedcf76557058dd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -exu
+#!/bin/sh
 #
 # Copyright (C) 2015 - Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
 #                      Michael Jeanson <mjeanson@efficios.com>
@@ -16,6 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+set -exu
+
 # Kernel version compare functions
 verlte() {
     [  "$1" = "`printf '%s\n%s' $1 $2 | sort -V | head -n1`" ]
This page took 0.02351 seconds and 4 git commands to generate.