diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 22:14:56 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 22:14:56 +0200 |
commit | 293f4195504ab86cc3f91847adfd1c70a4856cab (patch) | |
tree | d2e092d42321fc053a23b1a4a60dfcfc02428759 | |
parent | Now copies (diff) | |
download | joe-scripts-293f4195504ab86cc3f91847adfd1c70a4856cab.tar.gz joe-scripts-293f4195504ab86cc3f91847adfd1c70a4856cab.tar.bz2 joe-scripts-293f4195504ab86cc3f91847adfd1c70a4856cab.tar.xz joe-scripts-293f4195504ab86cc3f91847adfd1c70a4856cab.tar.zst joe-scripts-293f4195504ab86cc3f91847adfd1c70a4856cab.zip |
Try
-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; } |