From c250680417940107b889c43b9201fd4d8d928bdc Mon Sep 17 00:00:00 2001 From: Breizh Date: Mon, 26 Sep 2022 00:46:00 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20de=20la=20g=C3=A9n=C3=A9ration=20d?= =?UTF-8?q?es=20lignes=20de=20r=C3=A9pertoire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- generator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator.sh b/generator.sh index bdd5a06..ffafed1 100755 --- a/generator.sh +++ b/generator.sh @@ -113,7 +113,7 @@ do lastmodif="$(stat -c "%y" "$i" | cut -d':' -f-2)" # Insertion de la ligne du tableau correspondant au fichier en cours de traitement - row "$i" "0" "-" "$lastmodif" "inode/directory" >> index.html + row "${i::-1}" "0" "-" "$lastmodif" "inode/directory" >> index.html done # Pour chaque fichier