From 364ae8f8d07b2e349f192ecfa02985db783803d0 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 26 May 2006 15:30:29 +0000 Subject: Syntax error in if statement... thanks pingu git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@115 880c04e9-e011-0410-abf7-b926e227c9cd --- hooks/filesystems | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hooks') diff --git a/hooks/filesystems b/hooks/filesystems index 77ebde3..cd2f28c 100644 --- a/hooks/filesystems +++ b/hooks/filesystems @@ -17,7 +17,7 @@ run_hook () fi eval $( /bin/parseblock "${root}") - if [ "${BLOCKNAME}" = "unknown" -o "x{BLOCKDEVICE}" = "x"]; then + if [ "${BLOCKNAME}" = "unknown" -o "x{BLOCKDEVICE}" = "x" ]; then FSTYPE="unknown" echo "ERROR: Failed to parse block device '${root}'" else -- cgit v1.2.3-24-g4f1b