главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
path: root/bb.sh
diff options
context:
space:
mode:
authorCarlos Fenollosa <carlos.fenollosa@gmail.com>2013-03-07 19:56:04 +0100
committerCarlos Fenollosa <carlos.fenollosa@gmail.com>2013-03-07 19:56:04 +0100
commit9710192b70e9c5a6a4710901a449816123e53028 (patch)
tree86fc8079e6f48b3096a3f63a4cbefba8ba6a7154 /bb.sh
parent60fbd583ce30df8e2d04138d1aca8640c51f7db3 (diff)
Fixes #4
Diffstat (limited to 'bb.sh')
-rwxr-xr-xbb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bb.sh b/bb.sh
index eff3e77..3380c98 100755
--- a/bb.sh
+++ b/bb.sh
@@ -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!