From 110a03b4fa048c3018bc5a09c8969af48b654099 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Thu, 25 Mar 2010 17:27:51 +0100 Subject: update-initramfs: fix previous elilo commit sloppy coding without coffee --- update-initramfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-initramfs b/update-initramfs index af7a99a..8213e48 100755 --- a/update-initramfs +++ b/update-initramfs @@ -213,7 +213,7 @@ run_bootloader() run_lilo return 0 fi - if [-r /etc/elilo.conf] && command -v elilo >/dev/null 2>&1; then + if [ -r /etc/elilo.conf ] && command -v elilo >/dev/null 2>&1; then elilo return 0 fi -- cgit v1.2.3