www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 05edc10c12c1f4fd3b0e01b069f597800fc121a8
parent db57238fd9cb3d98a3f9c506ef2004d51f9a2243
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Wed,  7 Jul 2021 02:25:07 +0100

typo in script

Diffstat:
Mpdflatex-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/ +for arg in "$@"; do if test -e "$arg"; then cp "$arg" /tmp/ltx/; done echo "=== starting pdflatex ===" exec PLACEHOLDER "$@"