From 15ef1cfc09d6553f677c28f06fab546d82726d6e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 5 Mar 2003 13:40:49 +0000 Subject: normalize --- perl-install/detect_devices.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/detect_devices.pm') diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 7e4ec4864..fe88d2ca7 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -531,7 +531,7 @@ sub tryWrite($) { sub syslog { -r "/tmp/syslog" and return map { /<\d+>(.*)/ } cat_("/tmp/syslog"); - my $LD_LOADER = $ENV{LD_LOADER} ? $ENV{LD_LOADER} : ""; + my $LD_LOADER = $ENV{LD_LOADER} || ""; `$LD_LOADER /bin/dmesg`; } -- cgit v1.2.1