Merge pull request #2503 from elboulangero/fix-readme-location

mkversion: Fix readme location
This commit is contained in:
Iceman 2024-09-13 08:37:56 +02:00 committed by GitHub
commit edb74d084e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ if [ "$commandGIT" != "" ]; then
fi
else
fullgitinfo="${fullgitinfo}/master/release (no_git)"
dl_time=$(stat --printf="%y" ../README.md)
dl_time=$(stat --printf="%y" README.md)
# POSIX way...
ctime=${dl_time%.*}
fi