Accepting request 265116 from home:Ledest:bashisms

fix shebang of xdvi script: option '-a' of 'exec' command may be unsupported in some POSIX-complete shells

OBS-URL: https://build.opensuse.org/request/show/265116
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=180
This commit is contained in:
Stephan Kulow 2015-02-18 13:46:40 +00:00 committed by Git OBS Bridge
parent aac3d5d01b
commit 9a4301c0b6
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