From bd49782e10414ec09bc6e9f60af7bdf5810f2940 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Mon, 14 Oct 2024 11:05:00 +0200 Subject: [PATCH] Use manual format for older 'date' commands MacOS Big Sur's date command does not support `-Iseconds`. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a867b15..d4fe558 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ MV := ${Q}mv # Make sure that all files moved during this invokation of make get the same # timestamp. -TS := $(shell date -Iseconds) +TS := $(shell date +%Y-%m-%d-T%H:%M:%S%z) OHMYZSH_URL := https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh VUNDLE_URL := https://github.com/gmarik/vundle.git