Set lttng-modules jobs to poll scm daily
[lttng-ci.git] / scripts / kernel / build.sh
index ad96d89a3011e5b52a8857d3a0aa2226cb9442a1..11f1af13fdacbc8ed69615a992e9554c7288ebbf 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -exu
 #
 # Copyright (C) 2015 - Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
 #                      Michael Jeanson <mjeanson@efficios.com>
@@ -16,9 +16,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Exit with error when using an undefined variable
-set -u
-
 #Check if ccache is present
 #if [ -d /usr/lib/ccache ]; then
 #      echo "Using CCACHE"
This page took 0.022525 seconds and 4 git commands to generate.