Dr. Werner Fink 2017-08-01 11:48:10 +00:00 committed by Git OBS Bridge
parent dc58f366bb
commit cbe1c3a504
3 changed files with 7 additions and 2 deletions

View File

@ -872,7 +872,7 @@
} }
} }
+ if ($ENV{batchmode} eq "yes") { + if ($ENV{batchmode} and $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";
+ } + }
my $cmdline = "$eng -ini $tcxflag $recorderswitch $jobswitch " my $cmdline = "$eng -ini $tcxflag $recorderswitch $jobswitch "

View File

@ -3,6 +3,11 @@ Tue Aug 1 07:53:05 UTC 2017 - schwab@suse.de
- Define _GNU_SOURCE to request GNU extensions - Define _GNU_SOURCE to request GNU extensions
-------------------------------------------------------------------
Thu Jun 29 12:13:34 UTC 2017 - werner@suse.de
- Avoid nasty warning about missing batchmode in ENVironment
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 28 07:56:00 UTC 2017 - nico.kruber@gmail.com Wed Jun 28 07:56:00 UTC 2017 - nico.kruber@gmail.com

View File

@ -19,7 +19,7 @@
%define texlive_version 2017 %define texlive_version 2017
%define texlive_previous 2016 %define texlive_previous 2016
%define texlive_release 20170520 %define texlive_release 20170520
%define texlive_noarch 123 %define texlive_noarch 130
%define texlive_source texlive-20170520-source %define texlive_source texlive-20170520-source
%define __perl_requires %{nil} %define __perl_requires %{nil}