diff --git a/schhist/schhist2web b/schhist/schhist2web index dd2a917..5a91d74 100755 --- a/schhist/schhist2web +++ b/schhist/schhist2web @@ -322,7 +322,8 @@ fi # --- Title of the Web page and table header ---------------------------------- -index="$out/index.html" +index="$out/_index.html" +index_final="$out/index.html" all= { cat <>"$index" EOF + +mv "$index" "$index_final"