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)