diff --git a/source.dif b/source.dif index 9dda016..4eddd17 100644 --- a/source.dif +++ b/source.dif @@ -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 diff --git a/texlive.changes b/texlive.changes index c6b66ff..b073bdd 100644 --- a/texlive.changes +++ b/texlive.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Dec 13 22:03:00 UTC 2014 - Led + +- 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