From a106f867e163279d4b5564be72bea3427c37345c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 28 Mar 2001 12:51:15 +0000 Subject: fix typo --- perl-install/commands.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/commands.pm b/perl-install/commands.pm index 41bb5face..6300b315a 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -604,8 +604,7 @@ sub bug { require detect_devices; mount devices::make(detect_devices::floppy()), "/fd0"; - output "/fd0/report.bug", report_bug("/mnt") #- no other way :-( -); + output "/fd0/report.bug", report_bug("/mnt"); #- no other way :-( umount "/fd0"; sync; } -- cgit v1.2.1