From 62b3cdc8fb1927c52fbac1c40841961e4fd292c4 Mon Sep 17 00:00:00 2001 From: Christian Belisle Date: Tue, 15 Jan 2002 15:45:22 +0000 Subject: fix no windows partition warning --- transfugdrake.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transfugdrake.pm') diff --git a/transfugdrake.pm b/transfugdrake.pm index f1bf368..fb0522a 100644 --- a/transfugdrake.pm +++ b/transfugdrake.pm @@ -95,6 +95,7 @@ sub get_windows_partition { } } + if($fat_parts[0] eq "") { $in->ask_warn(_("No Windows Partition"), _("No Windows Partition found")); quit_global($in, 0); } my $win_part = $in->ask_from_list_(_("Select your windows partition"), _("Please specify your windows partition from the following list"), [ @fat_parts ], @@ -102,7 +103,6 @@ sub get_windows_partition { or quit_global($in, 0); if($fat_parts[1] eq "") { $in->ask_warn(_("Your Windows Partition"), _("$fat_parts[0] is found as your Windows partition")); } - if($win_part eq "") { $in->ask_warn(_("No Windows Partition"), _("No Windows Partition found")); quit_global($in, 0); } if($win_part =~ /NTFS/) { $fstype = "ntfs"; } elsif($win_part =~ /FAT32/) {$fstype = "msdos"; } elsif($win_part =~ /FAT/) {$fstype = "msdos"; } -- cgit v1.2.1