texlive[68257] trunk: pdfjam (12sep23)

commits+karl at tug.org commits+karl at tug.org
Tue Sep 12 22:15:36 CEST 2023


Revision: 68257
          http://tug.org/svn/texlive?view=revision&revision=68257
Author:   karl
Date:     2023-09-12 22:15:36 +0200 (Tue, 12 Sep 2023)
Log Message:
-----------
pdfjam (12sep23)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/pdfjam/pdfjam
    trunk/Master/texmf-dist/doc/man/man1/pdfjam.man1.pdf
    trunk/Master/texmf-dist/doc/support/pdfjam/VERSION
    trunk/Master/texmf-dist/doc/support/pdfjam/tests.zip
    trunk/Master/texmf-dist/scripts/pdfjam/pdfjam

Modified: trunk/Build/source/texk/texlive/linked_scripts/pdfjam/pdfjam
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/pdfjam/pdfjam	2023-09-12 20:15:26 UTC (rev 68256)
+++ trunk/Build/source/texk/texlive/linked_scripts/pdfjam/pdfjam	2023-09-12 20:15:36 UTC (rev 68257)
@@ -1,5 +1,5 @@
 #!/bin/sh
-version=3.07
+version=3.08
 #########################################################################
 ##                                                                     ##
 ##  pdfjam: A shell-script interface to the "pdfpages" LaTeX package   ##
@@ -943,7 +943,7 @@
 ## A function to check if using non-Cygwin "${latex}" from Cygwin
 using_non_cygwin_latex_from_cygwin () {
     if [ -z "${__cache__using_non_cygwin_latex_from_cygwin}" ]; then
-	if [ "$(uname -o)" = "Cygwin" ] \
+	if uname | grep -q CYGWIN \
 	    && "${latex}" -version | head -1 | grep -qv Cygwin; then
 	    __cache__using_non_cygwin_latex_from_cygwin=0
 	else

Modified: trunk/Master/texmf-dist/doc/man/man1/pdfjam.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/pdfjam/VERSION
===================================================================
--- trunk/Master/texmf-dist/doc/support/pdfjam/VERSION	2023-09-12 20:15:26 UTC (rev 68256)
+++ trunk/Master/texmf-dist/doc/support/pdfjam/VERSION	2023-09-12 20:15:36 UTC (rev 68257)
@@ -1 +1 @@
-This is pdfjam 3.07
\ No newline at end of file
+This is pdfjam 3.08
\ No newline at end of file

Modified: trunk/Master/texmf-dist/doc/support/pdfjam/tests.zip
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/scripts/pdfjam/pdfjam
===================================================================
--- trunk/Master/texmf-dist/scripts/pdfjam/pdfjam	2023-09-12 20:15:26 UTC (rev 68256)
+++ trunk/Master/texmf-dist/scripts/pdfjam/pdfjam	2023-09-12 20:15:36 UTC (rev 68257)
@@ -1,5 +1,5 @@
 #!/bin/sh
-version=3.07
+version=3.08
 #########################################################################
 ##                                                                     ##
 ##  pdfjam: A shell-script interface to the "pdfpages" LaTeX package   ##
@@ -943,7 +943,7 @@
 ## A function to check if using non-Cygwin "${latex}" from Cygwin
 using_non_cygwin_latex_from_cygwin () {
     if [ -z "${__cache__using_non_cygwin_latex_from_cygwin}" ]; then
-	if [ "$(uname -o)" = "Cygwin" ] \
+	if uname | grep -q CYGWIN \
 	    && "${latex}" -version | head -1 | grep -qv Cygwin; then
 	    __cache__using_non_cygwin_latex_from_cygwin=0
 	else



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