mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-12-27 03:33:50 -05:00
Fix hardcoded copyright year
This commit is contained in:
@@ -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-2022\">" >> version.ent
|
||||
echo "<!ENTITY copyrightdate \"1999-$(date +%Y)\">" >> version.ent
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user