diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-09 12:47:35 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-09 12:47:35 +0100 |
commit | 288532873384c8deb7e5eade88544f58050e3701 (patch) | |
tree | 3fba41b15eea6b673e3528b95be2be738a635928 | |
parent | 99816972a56520c4188848feb5a93d26fa07f62c (diff) | |
download | bookup-288532873384c8deb7e5eade88544f58050e3701.tar.gz bookup-288532873384c8deb7e5eade88544f58050e3701.tar.bz2 |
Fix: notes: minor correction
-rwxr-xr-x | bin/compile-notes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/compile-notes b/bin/compile-notes index efeca68..da9287c 100755 --- a/bin/compile-notes +++ b/bin/compile-notes @@ -40,7 +40,7 @@ done echo "# Bibliografia" >> $OUTPUT.md # Revision information -sed -i -e "s|%%revision%%|$REVISION|g" -e "s|%%date%%|$REVISION|g" $OUTPUT.md +sed -i -e "s|%%revision%%|$REVISION|g" -e "s|%%date%%|$DATE|g" $OUTPUT.md # Post-processing if [ -e "snippets/terminology.sed" ]; then |