From 2a65d38c378bbd5895582f1642be3e4eb91c570d Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Wed, 13 Apr 2022 10:58:15 +0200 Subject: [PATCH] =?UTF-8?q?Mauvaix=20d=C3=A9coupage=20de=20la=20cha=C3=AEn?= =?UTF-8?q?e=20de=20caract=C3=A8re?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hooks/build/texlive/xelatex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/build/texlive/xelatex b/hooks/build/texlive/xelatex index 6cbe8b9..22885fc 100755 --- a/hooks/build/texlive/xelatex +++ b/hooks/build/texlive/xelatex @@ -5,7 +5,7 @@ project_name=$(tamarin_db get project_name) for tex in $project_name/*.tex do rubber --inplace --module=xelatex "$tex" - cp "${tex#.tex}.pdf" /dist/ + cp "${tex%.tex}.pdf" /dist/ # faire quelque chose pour le programme de la formation done