summaryrefslogtreecommitdiffstats
path: root/perl-install/commands.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-12 16:39:14 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-12 16:39:14 +0000
commitdff746444b3fc778dbf9f818cc3247161548cebe (patch)
tree557dc643599c3d6a71beecbe82384fd880f4094a /perl-install/commands.pm
parent8adabacd95f6a4455027f00084e39958fada6083 (diff)
downloaddrakx-backup-do-not-use-dff746444b3fc778dbf9f818cc3247161548cebe.tar
drakx-backup-do-not-use-dff746444b3fc778dbf9f818cc3247161548cebe.tar.gz
drakx-backup-do-not-use-dff746444b3fc778dbf9f818cc3247161548cebe.tar.bz2
drakx-backup-do-not-use-dff746444b3fc778dbf9f818cc3247161548cebe.tar.xz
drakx-backup-do-not-use-dff746444b3fc778dbf9f818cc3247161548cebe.zip
no_comment
Diffstat (limited to 'perl-install/commands.pm')
-rw-r--r--perl-install/commands.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm
index e9a1b3986..20f2466af 100644
--- a/perl-install/commands.pm
+++ b/perl-install/commands.pm
@@ -510,7 +510,7 @@ sub kill {
sub lspci {
require detect_devices;
- print join "\n", detect_devices::stringlist(@_), '';
+ print join "\n", detect_devices::stringlist(), '';
}
*lssbus = *lspci;