forked from Telodendria/Telodendria
Add some more obscure platforms to td build script.
This commit is contained in:
parent
e7d1c0d951
commit
755d08946a
1 changed files with 2 additions and 2 deletions
|
@ -47,10 +47,10 @@ fi
|
|||
mod_time() {
|
||||
if [ -n "$1" ] && [ -f "$1" ]; then
|
||||
case "$(uname)" in
|
||||
Linux|CYGWIN_NT*)
|
||||
Linux|CYGWIN_NT*|Haiku)
|
||||
stat -c %Y "$1"
|
||||
;;
|
||||
*BSD|DragonFly)
|
||||
*BSD|DragonFly|Minix)
|
||||
stat -f %m "$1"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue