Skip to content
Snippets Groups Projects
Commit 9f316ce8 authored by taggart's avatar taggart
Browse files

fix warning

parent abb7a322
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,9 @@ while (<LISTS>) { ...@@ -19,7 +19,9 @@ while (<LISTS>) {
$lists++; $lists++;
open(CONFIG, "$symparoot/expl/$list/config") or warn "cannot open config for $list\n"; open(CONFIG, "$symparoot/expl/$list/config") or warn "cannot open config for $list\n";
-f CONFIG and sysread CONFIG, my $_, -s CONFIG; -f CONFIG and sysread CONFIG, my $value, -s CONFIG;
$_ = $value;
$found=0; $found=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment