Skip to content

Commit

Permalink
Fixing typing error.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Oct 8, 2007
1 parent 53f0d5c commit 84c4bb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/live
Expand Up @@ -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}
Expand Down

0 comments on commit 84c4bb4

Please sign in to comment.