mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 01:21:27 +00:00
scripts/functions: recognise Cygwin build hosts
This commit is contained in:
parent
f469d8a5e1
commit
2ad6d48f78
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user