Fixing typing error.
authorDaniel Baumann <daniel@debian.org>
Mon, 8 Oct 2007 22:53:31 +0000 (00:53 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:31:06 +0000 (17:31 +0100)
scripts/live

index f204a1e..7e748dc 100755 (executable)
@@ -1032,8 +1032,7 @@ check_dev ()
        then
                mount -t ${fstype} -o ro,noatime,nodiratime "${devname}" ${mountpoint} || continue
 
-               if is_live_path ${mountpoint}
-               if is_live_path $mountpoint && \
+               if is_live_path ${mountpoint} && \
                        ([ "${skip_uuid_check}" ] || matches_uuid ${mountpoint})
                then
                        echo ${mountpoint}