commit 8799f08829e416d5b27998cef8fef0ea1993f416 parent 05edc10c12c1f4fd3b0e01b069f597800fc121a8 Author: Suzanne Soy <jsmaniac.github@suzanne.soy> Date: Wed, 7 Jul 2021 03:03:30 +0100 typo in script Diffstat:
| M | pdflatex-wrapper/pdflatex | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pdflatex-wrapper/pdflatex b/pdflatex-wrapper/pdflatex @@ -4,6 +4,6 @@ echo "=== pdflatex $@ ===" pwd ls mkdir /tmp/ltx -for arg in "$@"; do if test -e "$arg"; then cp "$arg" /tmp/ltx/; done +for arg in "$@"; do if test -e "$arg"; then cp -- "$arg" /tmp/ltx/; fi; done echo "=== starting pdflatex ===" exec PLACEHOLDER "$@"