From: Michael Prokop Date: Mon, 20 May 2013 21:34:15 +0000 (+0200) Subject: GRMLBASE/45-grub-images: fix typo from previous commit X-Git-Tag: v0.20.2~1 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=3429ac6a274e3fd1ba0466b4b19b3effeb8b7bd4 GRMLBASE/45-grub-images: fix typo from previous commit Don't commit on your free day... Git-Dch: ignore --- diff --git a/etc/grml/fai/config/scripts/GRMLBASE/45-grub-images b/etc/grml/fai/config/scripts/GRMLBASE/45-grub-images index 4939b8a..6dfbf58 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/45-grub-images +++ b/etc/grml/fai/config/scripts/GRMLBASE/45-grub-images @@ -79,7 +79,7 @@ if [ -f "${target}/boot/x86_64-efi.img" ] ; then fi if ifclass AMD64 ; then -/ if ! [ -r "${target}/${BOOTX64}" ] ; then + if ! [ -r "${target}/${BOOTX64}" ] ; then echo "Can not access grub efi image." >&2 exit 1 fi