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