From 39122606ab787d7cff93fb8bfd6eb7850f2b5560 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 12 Dec 2008 22:52:38 +0100 Subject: mkfs fix --- src/core/libs/lib-blockdevices-filesystems.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/libs') diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh index 364b41d..f74a7b8 100644 --- a/src/core/libs/lib-blockdevices-filesystems.sh +++ b/src/core/libs/lib-blockdevices-filesystems.sh @@ -592,7 +592,7 @@ process_filesystem () # Add to temp fstab, if not already there. - if [ -n "$fs_mountpoint" -a $fs_mount = target ] + if [ -n "$fs_mountpoint" -a "$fs_mount" = target ] then local _uuid="$(getuuid $part)" if [ -n "${_uuid}" ]; then -- cgit v1.2.3-54-g00ecf