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 @@
+++ texk/texlive/linked_scripts/texlive/fmtutil.pl 2016-01-28 14:13:50.388260141 +0000
@@ -283,10 +283,17 @@ sub callback_build_formats {
my $disabled = 0;
my $nobuild = 0;
my $nobuild = 0;
my $notavail = 0;
+ my ($uid, $gid);
#
@@ -839,7 +839,7 @@
return $FMT_FAILURE;
}
}
+ if ($ENV{batchmode} eq "yes") {
+ $texargs="\\batchmode \\input $texargs" if $eng eq "tex" || $eng eq "ptex";
+ }

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