From 07ec02ebea0016e0caf8c5d87303541dfbfae0e4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 12 Feb 2007 14:23:36 +0000 Subject: perl_checker cleanups --- lspcidrake.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lspcidrake.pl') 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()) { -- cgit v1.2.1