summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-10-09 00:53:31 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:06 +0100
commitb0ed7d4fd478305f56314fbe58fd41a3df2dda3a (patch)
tree79b1ef730c240ebf1f8a505c4d4504fdf7aea886 /scripts
parent8cda0af62cb4b0c60f7f775c56b7fd2502b075a8 (diff)
downloadlive-boot-b0ed7d4fd478305f56314fbe58fd41a3df2dda3a.tar.gz
live-boot-b0ed7d4fd478305f56314fbe58fd41a3df2dda3a.zip
Fixing typing error.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live3
1 files changed, 1 insertions, 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}