mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-08 05:04:14 +03:00
build: Fix issue with commit timestamps in bootstrap script
This commit is contained in:
parent
cbb398aea5
commit
52f948b568
@ -71,7 +71,7 @@ if git log -1 >/dev/null 2>&1; then
|
||||
cat >timestamps <<EOF
|
||||
REGEN_DATE="$(git log -1 --pretty=%cd --date='format:%B %Y')"
|
||||
SOURCE_DATE_EPOCH="$(git log -1 --pretty=%ct)"
|
||||
SOURCE_DATE_EPOCH_TOUCH="$(git log -1 --pretty=%cI | sed 's/-//g;s/T//g;s/://g;s/[0-9][0-9]+.*//g')"
|
||||
SOURCE_DATE_EPOCH_TOUCH="$(git log -1 --pretty=%cI | head -c 16 | sed 's/-//g;s/T//g;s/://g')"
|
||||
EOF
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user