diff options
-rw-r--r-- | perl-install/commands.pm | 3 |
1 files changed, 1 insertions, 2 deletions
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; } |