From 6f476a629c0d6ef233fed1c2e47f19f559ec0bce Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Thu, 3 Mar 2011 14:51:04 +0000 Subject: remove -e wich break firmware load (thanks aginies) --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images/make_boot_img') diff --git a/images/make_boot_img b/images/make_boot_img index 81b2d6429..28ca8eab7 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -165,7 +165,7 @@ sub initrd { _ "cp -a $firm $tmp_initrd/$dest"; }; - output("$tmp_initrd/hotplug", q{#!/bin/sh -e + output("$tmp_initrd/hotplug", q{#!/bin/sh if [ "$SUBSYSTEM" = firmware ] && [ "$ACTION" = add ] && [ -n "$FIRMWARE" ] ; then if [ ! -e /sys$DEVPATH/loading ]; then exit 1 -- cgit v1.2.1