aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-10 03:27:04 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-10 03:27:04 +0200
commit8f159964cb000e4800633b2e433de2643d48489a (patch)
tree6b55fb9a9ae4a0fcf94ee859a7a98624b7e81062
parentUpdated directory for gitjoe website on the server (diff)
downloadjoe-scripts-8f159964cb000e4800633b2e433de2643d48489a.tar.gz
joe-scripts-8f159964cb000e4800633b2e433de2643d48489a.tar.bz2
joe-scripts-8f159964cb000e4800633b2e433de2643d48489a.tar.xz
joe-scripts-8f159964cb000e4800633b2e433de2643d48489a.tar.zst
joe-scripts-8f159964cb000e4800633b2e433de2643d48489a.zip
Removed useless file
-rwxr-xr-xsrc/update/gitjoe.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl
index ec93a67..0949164 100755
--- a/src/update/gitjoe.pl
+++ b/src/update/gitjoe.pl
@@ -76,6 +76,7 @@ sub stagit_generate {
'-c',
"/usr/bin/sed 's/log.html/files.html/g' re_sedded_index.html >index.html"
);
+ unlink('./re_sedded_index.html');
return;
}