From: Ray Strode Date: Thu, 7 Aug 2008 02:37:37 +0000 (-0400) Subject: remove set -e from plymouth-populate-initrd X-Git-Tag: 0.6.0~215 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e261cca3467234d6151aad844cb35ae0d580985;p=thirdparty%2Fplymouth.git remove set -e from plymouth-populate-initrd It screws up since some of the mkinitrd functions return non-zero --- diff --git a/scripts/plymouth-populate-initrd.in b/scripts/plymouth-populate-initrd.in index d9c51560..00d713f6 100755 --- a/scripts/plymouth-populate-initrd.in +++ b/scripts/plymouth-populate-initrd.in @@ -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)"