diff options
Diffstat (limited to 'src/update/gitjoe.pl')
-rwxr-xr-x | src/update/gitjoe.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl index acf8a2d..1d57b6c 100755 --- a/src/update/gitjoe.pl +++ b/src/update/gitjoe.pl @@ -59,6 +59,11 @@ sub stagit_generate { '-c', '/usr/local/bin/stagit-index ' . $repos_line . '> index.html' ); + system( + '/usr/local/bin/dash', + '-c', + "sed 's/log.html/files.html/g' index.html >index.html" + ); return; } |