forked from lda/telodendria
As promised, we can now build on Windows with Cygwin.
This commit is contained in:
parent
f7b947f6e3
commit
e1827da071
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ fi
|
||||||
mod_time() {
|
mod_time() {
|
||||||
if [ -n "$1" ] && [ -f "$1" ]; then
|
if [ -n "$1" ] && [ -f "$1" ]; then
|
||||||
case "$(uname)" in
|
case "$(uname)" in
|
||||||
Linux)
|
Linux|CYGWIN_NT*)
|
||||||
stat -c %Y "$1"
|
stat -c %Y "$1"
|
||||||
;;
|
;;
|
||||||
*BSD)
|
*BSD)
|
||||||
|
|
Loading…
Reference in a new issue