Skip to content

Commit

Permalink
pdfjam (12sep23)
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@68257 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Sep 12, 2023
1 parent 05c375e commit ec798af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions texk/texlive/linked_scripts/pdfjam/pdfjam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
version=3.07
version=3.08
#########################################################################
## ##
## pdfjam: A shell-script interface to the "pdfpages" LaTeX package ##
Expand Down Expand Up @@ -943,7 +943,7 @@ fi
## 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
Expand Down

0 comments on commit ec798af

Please sign in to comment.