texlive[67469] Master/texmf-dist/source/latex/pslatex/shell/pslatex:

commits+karl at tug.org commits+karl at tug.org
Mon Jun 26 00:26:20 CEST 2023


Revision: 67469
          http://tug.org/svn/texlive?view=revision&revision=67469
Author:   karl
Date:     2023-06-26 00:26:20 +0200 (Mon, 26 Jun 2023)
Log Message:
-----------
pslatex (26jun23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/latex/pslatex/shell/pslatex

Modified: trunk/Master/texmf-dist/source/latex/pslatex/shell/pslatex
===================================================================
--- trunk/Master/texmf-dist/source/latex/pslatex/shell/pslatex	2023-06-25 22:26:08 UTC (rev 67468)
+++ trunk/Master/texmf-dist/source/latex/pslatex/shell/pslatex	2023-06-25 22:26:20 UTC (rev 67469)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# 2023-06-24
 
 test -f /bin/sh5 && test -z "$RUNNING_SH5" \
   && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \
@@ -17,7 +18,7 @@
 while :; do
   case $1 in
     -*)
-      latexoptions="$latexoptions \"$1\""
+      latexoptions="$latexoptions $1"
       shift;;
     *)
       break;;



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