From 2ad6d48f78e0092d7a117072478c3d591a7fa968 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 18 Jul 2010 00:34:38 +0200 Subject: scripts/functions: recognise Cygwin build hosts --- scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/functions') diff --git a/scripts/functions b/scripts/functions index a4e8cd07..c284881e 100644 --- a/scripts/functions +++ b/scripts/functions @@ -253,7 +253,7 @@ CT_DoForceRmdir() { for dir in "${@}"; do [ -d "${dir}" ] || continue case "$CT_SYS_OS" in - Linux) + Linux|CYGWIN*) mode="$(stat -c '%a' "$(dirname "${dir}")")" ;; Darwin|*BSD) -- cgit v1.2.3