From 288532873384c8deb7e5eade88544f58050e3701 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 9 Jun 2024 12:47:35 +0100 Subject: Fix: notes: minor correction --- bin/compile-notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3