diff options
Diffstat (limited to 'lspcidrake.pl')
-rwxr-xr-x | lspcidrake.pl | 2 |
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()) { |