Do not retrieve yr from sysdate

This commit is contained in:
Thomas Trepl 2023-09-11 13:18:30 +02:00
parent 0627fc2281
commit c5fe6ee346

View File

@ -24,7 +24,7 @@ if ! git status > /dev/null; then
echo "<!ENTITY version \"unknown-systemd\">" >> version.ent
echo "]]>" >> version.ent
echo "<!ENTITY releasedate \"unknown\">" >> version.ent
echo "<!ENTITY copyrightdate \"1999-$(date +%Y)\">" >> version.ent
echo "<!ENTITY copyrightdate \"1999-2023\">" >> version.ent
exit 0
fi