summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-03-05 13:40:49 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-03-05 13:40:49 +0000
commit15ef1cfc09d6553f677c28f06fab546d82726d6e (patch)
tree44feb0f9e89b7918c802b58055ac78c8a6885bb7 /perl-install/detect_devices.pm
parente9a8e8dbc89913fb930f31e4c011aa016111314d (diff)
downloaddrakx-backup-do-not-use-15ef1cfc09d6553f677c28f06fab546d82726d6e.tar
drakx-backup-do-not-use-15ef1cfc09d6553f677c28f06fab546d82726d6e.tar.gz
drakx-backup-do-not-use-15ef1cfc09d6553f677c28f06fab546d82726d6e.tar.bz2
drakx-backup-do-not-use-15ef1cfc09d6553f677c28f06fab546d82726d6e.tar.xz
drakx-backup-do-not-use-15ef1cfc09d6553f677c28f06fab546d82726d6e.zip
normalize
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r--perl-install/detect_devices.pm2
1 files changed, 1 insertions, 1 deletions
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`;
}