SHA256
1
0
forked from pool/texlive
Dr. Werner Fink 2016-02-04 15:01:13 +00:00 committed by Git OBS Bridge
parent a43c1b399c
commit be69617f27
2 changed files with 7 additions and 2 deletions

View File

@ -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");

View File

@ -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