diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-28 12:51:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-28 12:51:15 +0000 |
commit | a106f867e163279d4b5564be72bea3427c37345c (patch) | |
tree | 747fb1b95c5a77acc31b0af62bc99aa82e56241e | |
parent | 29fceac3be886328e74f1004d1e29735fcb232d0 (diff) | |
download | drakx-a106f867e163279d4b5564be72bea3427c37345c.tar drakx-a106f867e163279d4b5564be72bea3427c37345c.tar.gz drakx-a106f867e163279d4b5564be72bea3427c37345c.tar.bz2 drakx-a106f867e163279d4b5564be72bea3427c37345c.tar.xz drakx-a106f867e163279d4b5564be72bea3427c37345c.zip |
fix typo
-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; } |