diff options
author | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2013-03-07 19:56:04 +0100 |
---|---|---|
committer | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2013-03-07 19:56:04 +0100 |
commit | 9710192b70e9c5a6a4710901a449816123e53028 (patch) | |
tree | 86fc8079e6f48b3096a3f63a4cbefba8ba6a7154 /bb.sh | |
parent | 60fbd583ce30df8e2d04138d1aca8640c51f7db3 (diff) |
Fixes #4
Diffstat (limited to 'bb.sh')
-rwxr-xr-x | bb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -557,7 +557,7 @@ rebuild_all_entries() { awk '/<!-- text begin -->/, /<!-- text end -->/{if (!/<!-- text begin -->/ && !/<!-- text end -->/) print}' "$i" >> "$contentfile" # Original post timestamp - timestamp="$(date -r $i)" + timestamp="$(date -R -r $i)" create_html_page "$contentfile" "$i.rebuilt" no "$title" "$timestamp" # keep the original timestamp! |