From e899fa2c5a54dc955587c83cc9dcb755b02f9c02 Mon Sep 17 00:00:00 2001 From: Sergio Schvezov Date: Wed, 17 Jul 2013 11:07:08 -0300 Subject: [PATCH] Set -e independently. --- live-build/ubuntu-touch/hooks/60-install-click.chroot | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/live-build/ubuntu-touch/hooks/60-install-click.chroot b/live-build/ubuntu-touch/hooks/60-install-click.chroot index 684b709b..a683606c 100755 --- a/live-build/ubuntu-touch/hooks/60-install-click.chroot +++ b/live-build/ubuntu-touch/hooks/60-install-click.chroot @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e echo "Setting up click packages" echo "Installing curl to download click"