From 23c2e9f4947a2d9be6b63f55cca8e633df3455a3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 5 Jun 2012 15:33:35 +0200 Subject: Adding commented 'set -e' explicitly in all subscripts to avoid running it with 'set -e' until we've made sure it's properly working. --- initramfs-tools/scripts/live | 2 ++ 1 file changed, 2 insertions(+) (limited to 'initramfs-tools/scripts') diff --git a/initramfs-tools/scripts/live b/initramfs-tools/scripts/live index 465d1da..ad67e24 100755 --- a/initramfs-tools/scripts/live +++ b/initramfs-tools/scripts/live @@ -1,5 +1,7 @@ #!/bin/sh +#set -e + if [ -e /lib/live/boot.sh ] then /lib/live/boot.sh ${@} -- cgit v1.2.3