diff options
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -484,6 +484,7 @@ sub read_config { $v =~ /^'([^']*)'$/ and $v = $1; $v =~ /^"([^"]*)"$/ and $v = $1; $urpm->{options}{$k} = $v; } + next; } $_ and $urpm->{error}(_("syntax error in config file at line %s", $.)); } |