# HG changeset patch # User Oleksandr Gavenko # Date 1669585210 -7200 # Node ID bcd7574bc9c3c203bbf5b941900083ba82a514c5 # Parent a62145ae4fbde560f13714db7d09cd914240de8f Added support for MINGW64 for aspell detection. diff -r a62145ae4fbd -r bcd7574bc9c3 .emacs-autogen.sh --- a/.emacs-autogen.sh Sun Nov 27 21:17:26 2022 +0200 +++ b/.emacs-autogen.sh Sun Nov 27 23:40:10 2022 +0200 @@ -1,5 +1,7 @@ #!/usr/bin/env bash +set -x + if [ -z "$1" ]; then echo "Where config file?" exit 1 @@ -17,6 +19,10 @@ host_os=windows host_distro=cygwin ;; + MINGW64_NT-*) + host_os=windows + host_distro=mingw64 + ;; Linux) host_os=linux if [ -e /etc/debian_version ]; then