Bah, forgot split limit

This commit is contained in:
Tómas Edwardsson 2010-09-06 17:17:37 +00:00
parent 9ca8fc67bb
commit 8e70621aee
1 changed files with 1 additions and 1 deletions

View File

@ -2999,7 +2999,7 @@ if (exists $commandline{namefromfile}) {
$l =~ s/#.*$//g;
my ($k, $sql_line) = split(/\s*=\s*/, $l);
my ($k, $sql_line) = split(/\s*=\s*/, $l, 1);
if ($k eq $commandline{namefromfile}) {
$sql = $sql_line;