From: Harald Hoyer Date: Mon, 11 Mar 2013 14:46:37 +0000 (+0100) Subject: lsinitrd.sh: removed trailing "}" X-Git-Tag: 027~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d928724c3cf464a495c11162042951887b80f5e6;p=thirdparty%2Fdracut.git lsinitrd.sh: removed trailing "}" --- diff --git a/lsinitrd.sh b/lsinitrd.sh index 4b8a7e24b..5cd8c2a19 100755 --- a/lsinitrd.sh +++ b/lsinitrd.sh @@ -60,7 +60,7 @@ else if [[ $MACHINE_ID ]] && ( [[ -d /boot/${MACHINE_ID} ]] || [[ -L /boot/${MACHINE_ID} ]] ); then image="/boot/${MACHINE_ID}/${KERNEL_VERSION}/initrd" else - image="/boot/initramfs-${KERNEL_VERSION}.img}" + image="/boot/initramfs-${KERNEL_VERSION}.img" fi fi