summaryrefslogtreecommitdiff
path: root/initramfs-tools
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-05 15:33:35 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-05 16:11:16 +0200
commit23c2e9f4947a2d9be6b63f55cca8e633df3455a3 (patch)
tree066b4efb754a91f8f25be4f20157a038e7ee049f /initramfs-tools
parent6d3f4fd5557f5efc83c42374417f4a05e99d3744 (diff)
downloadlive-boot-23c2e9f4947a2d9be6b63f55cca8e633df3455a3.tar.gz
live-boot-23c2e9f4947a2d9be6b63f55cca8e633df3455a3.zip
Adding commented 'set -e' explicitly in all subscripts to avoid running it with 'set -e' until we've made sure it's properly working.
Diffstat (limited to 'initramfs-tools')
-rwxr-xr-xinitramfs-tools/scripts/live2
1 files changed, 2 insertions, 0 deletions
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 ${@}