X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fkernel%2Fbuild.sh;h=11f1af13fdacbc8ed69615a992e9554c7288ebbf;hb=d2fc10274a11e83584238090cfbcb40eedf0b7d3;hp=ad96d89a3011e5b52a8857d3a0aa2226cb9442a1;hpb=598af4633e637805c844f06513d36a1703f1dc78;p=lttng-ci.git diff --git a/scripts/kernel/build.sh b/scripts/kernel/build.sh index ad96d89..11f1af1 100644 --- a/scripts/kernel/build.sh +++ b/scripts/kernel/build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -exu # # Copyright (C) 2015 - Jonathan Rajotte-Julien # Michael Jeanson @@ -16,9 +16,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Exit with error when using an undefined variable -set -u - #Check if ccache is present #if [ -d /usr/lib/ccache ]; then # echo "Using CCACHE"