]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
remove set -e from plymouth-populate-initrd
authorRay Strode <rstrode@redhat.com>
Thu, 7 Aug 2008 02:37:37 +0000 (22:37 -0400)
committerRay Strode <rstrode@redhat.com>
Thu, 7 Aug 2008 02:37:37 +0000 (22:37 -0400)
It screws up since some of the mkinitrd functions return non-zero

scripts/plymouth-populate-initrd.in

index d9c51560280373f32a1fca3a4d785abc31f940a7..00d713f6428817e73736ac281b52ad6c1804826f 100755 (executable)
@@ -2,8 +2,6 @@
 
 [ -z "$DESTDIR" ] || exit 0
 
-set -e
-
 [ -z "$LIBEXECDIR" ] && LIBEXECDIR="/usr/libexec"
 [ -z "$DATADIR" ] && DATADIR="/usr/share"
 [ -z "$SYSTEMMAP" ] && SYSTEM_MAP="/boot/System.map-$(/bin/uname -r)"