From: Daniel Baumann Date: Mon, 8 Oct 2007 22:53:31 +0000 (+0200) Subject: Fixing typing error. X-Git-Tag: debian/2.0.15-1~654 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=b0ed7d4fd478305f56314fbe58fd41a3df2dda3a Fixing typing error. --- 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}