mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
docs: Format comment timestamp in UTC
I just forgot '-u' in a54c9622860a. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
159be14d9c
commit
4f01054500
@ -198,9 +198,9 @@ MAINTAINERCLEANFILES = \
|
||||
|
||||
timestamp="$(shell if test -n "$$SOURCE_DATE_EPOCH"; \
|
||||
then \
|
||||
date --date="@$$SOURCE_DATE_EPOCH"; \
|
||||
date -u --date="@$$SOURCE_DATE_EPOCH"; \
|
||||
else \
|
||||
date; \
|
||||
date -u; \
|
||||
fi)"
|
||||
|
||||
all-am: web
|
||||
|
Loading…
x
Reference in New Issue
Block a user