diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-10-09 00:53:31 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:06 +0100 |
| commit | b0ed7d4fd478305f56314fbe58fd41a3df2dda3a (patch) | |
| tree | 79b1ef730c240ebf1f8a505c4d4504fdf7aea886 /scripts | |
| parent | 8cda0af62cb4b0c60f7f775c56b7fd2502b075a8 (diff) | |
| download | live-boot-b0ed7d4fd478305f56314fbe58fd41a3df2dda3a.tar.gz live-boot-b0ed7d4fd478305f56314fbe58fd41a3df2dda3a.zip | |
Fixing typing error.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/live | 3 |
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} |
