texlive[69127] cont-cache.sh: executable, id, use /bin/sh;

commits+karl at tug.org commits+karl at tug.org
Thu Dec 14 22:41:41 CET 2023


Revision: 69127
          https://tug.org/svn/texlive?view=revision&revision=69127
Author:   karl
Date:     2023-12-14 22:41:41 +0100 (Thu, 14 Dec 2023)
Log Message:
-----------
cont-cache.sh: executable, id, use /bin/sh; dvipdfmx.pl: copyright years

Modified Paths:
--------------
    trunk/Master/tlpkg/tlpostcode/cont-cache.sh
    trunk/Master/tlpkg/tlpostcode/dvipdfmx.pl

Property Changed:
----------------
    trunk/Master/tlpkg/tlpostcode/cont-cache.sh

Modified: trunk/Master/tlpkg/tlpostcode/cont-cache.sh
===================================================================
--- trunk/Master/tlpkg/tlpostcode/cont-cache.sh	2023-12-14 20:59:40 UTC (rev 69126)
+++ trunk/Master/tlpkg/tlpostcode/cont-cache.sh	2023-12-14 21:41:41 UTC (rev 69127)
@@ -1,10 +1,13 @@
-#!/usr/bin/sh
-
+#!/bin/sh
+# $Id$
+# Public domain.
+# 
 # postaction for context
 # For context mkiv and lmtx, the filename database must be generated
 # at least once. Afterwards, it will be updated automatically,
 # possibly in a higher-priority location.
 
+
 mtxrun --generate
 context --luatex --generate
 context --luajitex --generate


Property changes on: trunk/Master/tlpkg/tlpostcode/cont-cache.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision
\ No newline at end of property
Modified: trunk/Master/tlpkg/tlpostcode/dvipdfmx.pl
===================================================================
--- trunk/Master/tlpkg/tlpostcode/dvipdfmx.pl	2023-12-14 20:59:40 UTC (rev 69126)
+++ trunk/Master/tlpkg/tlpostcode/dvipdfmx.pl	2023-12-14 21:41:41 UTC (rev 69127)
@@ -1,9 +1,8 @@
 # $Id$
 # post action for dvipdfmx to handle upgrades of map files
-# Copyright 2011-2021 Norbert Preining
+# Copyright 2011-2023 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
-#
 
 my $texdir;
 my $mode;



More information about the tex-live-commits mailing list.