diff --git a/source.dif b/source.dif index e42b36c..f5f9c55 100644 --- a/source.dif +++ b/source.dif @@ -806,7 +806,7 @@ my $disabled = 0; my $nobuild = 0; my $notavail = 0; -+ my $uid, $gid; ++ my ($uid, $gid); # # set up a tmp dir my $tmpdir = File::Temp::tempdir(CLEANUP => 1); @@ -839,7 +839,7 @@ } + if ($ENV{batchmode} eq "yes") { -+ texargs="\\batchmode \\input $texargs" if $eng eq "tex" || $eng eq "ptex"; ++ $texargs="\\batchmode \\input $texargs" if $eng eq "tex" || $eng eq "ptex"; + } print_verbose("running \`$eng -ini $tcxflag $jobswitch $prgswitch $texargs' ...\n"); diff --git a/texlive.changes b/texlive.changes index b7294dd..0d17f96 100644 --- a/texlive.changes +++ b/texlive.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 4 14:58:39 UTC 2016 - werner@suse.de + +- Fix bug boo#965151 that is wrong perl syntax + ------------------------------------------------------------------- Wed Feb 3 13:15:30 UTC 2016 - werner@suse.de