From e1827da071516dc887f9e37b1dff74793571c9f2 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Fri, 14 Oct 2022 19:53:11 -0400 Subject: [PATCH] As promised, we can now build on Windows with Cygwin. --- tools/bin/td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bin/td b/tools/bin/td index 890ba76..f1f48b6 100644 --- a/tools/bin/td +++ b/tools/bin/td @@ -51,7 +51,7 @@ fi mod_time() { if [ -n "$1" ] && [ -f "$1" ]; then case "$(uname)" in - Linux) + Linux|CYGWIN_NT*) stat -c %Y "$1" ;; *BSD)