summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2006-03-06 14:42:56 +0000
committerOlivier Blin <oblin@mandriva.org>2006-03-06 14:42:56 +0000
commitee0c463fb046c85f7d38be24041296090e096e1e (patch)
tree5c8ac67b1cb5b48d29c1dbe41ec415563645f067
parent5b8c144de66be53598c115eafbab712d50b43c0c (diff)
downloaddrakx-backup-do-not-use-ee0c463fb046c85f7d38be24041296090e096e1e.tar
drakx-backup-do-not-use-ee0c463fb046c85f7d38be24041296090e096e1e.tar.gz
drakx-backup-do-not-use-ee0c463fb046c85f7d38be24041296090e096e1e.tar.bz2
drakx-backup-do-not-use-ee0c463fb046c85f7d38be24041296090e096e1e.tar.xz
drakx-backup-do-not-use-ee0c463fb046c85f7d38be24041296090e096e1e.zip
fix broken newline
-rwxr-xr-xlive/draklive-install/draklive-install3
1 files changed, 1 insertions, 2 deletions
diff --git a/live/draklive-install/draklive-install b/live/draklive-install/draklive-install
index af59a8037..a4b0adf24 100755
--- a/live/draklive-install/draklive-install
+++ b/live/draklive-install/draklive-install
@@ -210,8 +210,7 @@ sub choosePartitionsToFormat($$) {
if (!$_->{toFormat}) {
my $fs_type = fs::type::fs_type_from_magic($_);
if (!$fs_type || $fs_type ne $_->{fs_type}) {
- log::l("setting toFormatUnsure for $_->{device} because <$_->{fs_type}> ne <$fs
-_type>");
+ log::l("setting toFormatUnsure for $_->{device} because <$_->{fs_type}> ne <$fs_type>");
$_->{toFormatUnsure} = 1;
}
}