forked from pool/texlive
.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=201
This commit is contained in:
parent
a43c1b399c
commit
be69617f27
@ -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");
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user