summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm.pm b/urpm.pm
index 05849dfe..111ac51d 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -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", $.));
}