From 84c4bb48d54a2be450bac5a5cf49e4b513e5b5b0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 9 Oct 2007 00:53:31 +0200 Subject: [PATCH] Fixing typing error. --- scripts/live | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/live b/scripts/live index f204a1e..7e748dc 100755 --- a/scripts/live +++ b/scripts/live @@ -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} -- 2.1.4