diff options
Diffstat (limited to 'src/update/gitjoe.pl')
-rwxr-xr-x | src/update/gitjoe.pl | 1 |
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; } |