diff options
Diffstat (limited to 'images')
-rwxr-xr-x | images/make_boot_img | 2 |
1 files changed, 1 insertions, 1 deletions
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 |