summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-06-25 22:26:20 +0000
committerKarl Berry <karl@freefriends.org>2023-06-25 22:26:20 +0000
commit1b6083cfad9980edd5c9de4f6e5360f332254e54 (patch)
tree0cf6b0c1710f87f7d21be23600435b20b655e6c4 /Master
parent38b560d1ceb4d3a30dbdf7c7d8b1d416b244575e (diff)
pslatex (26jun23)
git-svn-id: svn://tug.org/texlive/trunk@67469 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/source/latex/pslatex/shell/pslatex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/pslatex/shell/pslatex b/Master/texmf-dist/source/latex/pslatex/shell/pslatex
index ea3734034c0..ffa5a6e8050 100644
--- a/Master/texmf-dist/source/latex/pslatex/shell/pslatex
+++ b/Master/texmf-dist/source/latex/pslatex/shell/pslatex
@@ -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 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
while :; do
case $1 in
-*)
- latexoptions="$latexoptions \"$1\""
+ latexoptions="$latexoptions $1"
shift;;
*)
break;;