From 3429ac6a274e3fd1ba0466b4b19b3effeb8b7bd4 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 20 May 2013 23:34:15 +0200 Subject: [PATCH] GRMLBASE/45-grub-images: fix typo from previous commit Don't commit on your free day... Git-Dch: ignore --- etc/grml/fai/config/scripts/GRMLBASE/45-grub-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4