summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pslatex/shell
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-06-26 03:01:58 +0000
committerNorbert Preining <norbert@preining.info>2023-06-26 03:01:58 +0000
commita2ebe77da32f4499676953174f774795b0d054fb (patch)
treef4fdcc85ff2094087365d264261b4581ae2dab40 /macros/latex/contrib/pslatex/shell
parentaf81f7c9824b89002c882d1425479009b3186b4b (diff)
CTAN sync 202306260301
Diffstat (limited to 'macros/latex/contrib/pslatex/shell')
-rwxr-xr-xmacros/latex/contrib/pslatex/shell/pslatex3
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/latex/contrib/pslatex/shell/pslatex b/macros/latex/contrib/pslatex/shell/pslatex
index ea3734034c..ffa5a6e805 100755
--- a/macros/latex/contrib/pslatex/shell/pslatex
+++ b/macros/latex/contrib/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;;