pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit d42edaa161801372284ea102799b3999458fa977
parent 744e9059067e154957b746e383929b9d530eee86
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun,  4 Aug 2024 16:05:17 +0200

fix: sort exports by name

Diffstat:
Mbin/git_update_repo_html.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/git_update_repo_html.sh b/bin/git_update_repo_html.sh @@ -156,7 +156,7 @@ TMENU=$( # list exports EXPTS=$( - ls "${1}/${2}/${3}/exports/" -lht \ + ls "${1}/${2}/${3}/exports/" -lhc \ --time-style="+%Y-%m-%d %H:%m" | \ awk '{ print "<tr><td><a href=\"exports/" $8 "\">" $8 "</a></td><td>" $6 " " $7 "</td><td>" $5 "</td><tr>" }' )