lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 74d23a4d1f54c9fe8c7295eb4cf891b317b60359
parent 376c7501d5235756786012fef523c95297d8d605
Author: Sean Enck <sean@ttypty.com>
Date:   Sun, 19 Feb 2023 07:52:15 -0500

restore date

Diffstat:
Mscripts/testing/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/testing/Makefile b/scripts/testing/Makefile @@ -1,7 +1,7 @@ BIN := bin ACTUAL := $(BIN)/actual.log RUNS := -keyfile=true -keyfile=false -DATE := $(date +%Y-%m-%d) +DATE := $(shell date +%Y-%m-%d) all: $(RUNS)