summaryrefslogtreecommitdiffstats
path: root/perl-install/commands.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-28 12:51:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-28 12:51:15 +0000
commita106f867e163279d4b5564be72bea3427c37345c (patch)
tree747fb1b95c5a77acc31b0af62bc99aa82e56241e /perl-install/commands.pm
parent29fceac3be886328e74f1004d1e29735fcb232d0 (diff)
downloaddrakx-a106f867e163279d4b5564be72bea3427c37345c.tar
drakx-a106f867e163279d4b5564be72bea3427c37345c.tar.gz
drakx-a106f867e163279d4b5564be72bea3427c37345c.tar.bz2
drakx-a106f867e163279d4b5564be72bea3427c37345c.tar.xz
drakx-a106f867e163279d4b5564be72bea3427c37345c.zip
fix typo
Diffstat (limited to 'perl-install/commands.pm')
-rw-r--r--perl-install/commands.pm3
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;
}