Accepting request 286630 from Publishing:TeXLive

1

OBS-URL: https://build.opensuse.org/request/show/286630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive?expand=0&rev=23
This commit is contained in:
Dominique Leuenberger 2015-02-22 16:23:22 +00:00 committed by Git OBS Bridge
commit 9d018415ea
2 changed files with 14 additions and 0 deletions

View File

@ -1156,6 +1156,12 @@
if (GS_pid == 0) { /* child */
--- texk/xdvik/xdvi-sh.in
+++ texk/xdvik/xdvi-sh.in 2009-09-02 12:47:27.000000000 +0000
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# This is the xdvi wrapper script for teTeX, version 0.2.
# Copyright Thomas Esser, 1998. Permission to distribute under the terms
@@ -50,4 +50,19 @@ if test -n "$xdviappfile"; then
XFILESEARCHPATH="$xdviapppath:${XFILESEARCHPATH-%D}"; export XFILESEARCHPATH
fi

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Dec 13 22:03:00 UTC 2014 - Led <ledest@gmail.com>
- fix shebang of xdvi script: option '-a' of 'exec' command may be
unsupported in some POSIX-complete shells
- update patches:
* source.dif
-------------------------------------------------------------------
Tue Nov 11 15:11:39 UTC 2014 - toddrme2178@gmail.com