diff --git a/tools/bin/td b/tools/bin/td index a41287c..e061e98 100644 --- a/tools/bin/td +++ b/tools/bin/td @@ -54,7 +54,7 @@ mod_time() { Linux|CYGWIN_NT*) stat -c %Y "$1" ;; - *BSD) + *BSD|DragonFly) stat -f %m "$1" ;; *)