summaryrefslogtreecommitdiffstats
path: root/lspcidrake.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lspcidrake.pl')
-rwxr-xr-xlspcidrake.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lspcidrake.pl b/lspcidrake.pl
index 9f58948..5f9233d 100755
--- a/lspcidrake.pl
+++ b/lspcidrake.pl
@@ -27,7 +27,7 @@ use MDV::Lspciusb;
if (@ARGV) {
print "$_: " . join(",", modalias::get_modules($_)) . "\n" foreach @ARGV;
- exit;
+ exit();
}
foreach my $device (MDV::Lspciusb::list()) {