From b0ed7d4fd478305f56314fbe58fd41a3df2dda3a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 9 Oct 2007 00:53:31 +0200 Subject: Fixing typing error. --- scripts/live | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') 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} -- cgit v1.2.3