www

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

commit 001e973eb9559daf4a9eefa954b6c5bc242388db
parent 2fea5a86b2b871ee82d290115944de4c852f574d
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Sat, 10 Jul 2021 20:38:46 +0100

Fixed bug

Diffstat:
Mpdflatex-wrapper/pdflatex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pdflatex-wrapper/pdflatex b/pdflatex-wrapper/pdflatex @@ -3,7 +3,7 @@ echo "=== pdflatex $@ ===" pwd ls -mkdir /tmp/ltx +mkdir -p /tmp/ltx for arg in "$@"; do if test -e "$arg"; then cp -- "$arg" /tmp/ltx/; fi; done echo "=== starting pdflatex ===" exec PLACEHOLDER "$@"