summaryrefslogtreecommitdiff
path: root/build-aux/compile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-11 07:26:06 -0800
committerKarl Berry <karl@freefriends.org>2019-11-11 07:26:06 -0800
commit517b54231a05dfbe296f0ed55fdade0e2fac008e (patch)
tree482a6374341b810f8d4d687af3ab59f287643c37 /build-aux/compile
parent7df8de3a726d2cedfa6a20c8b857dd51d54f382d (diff)
downloadgnulib-517b54231a05dfbe296f0ed55fdade0e2fac008e.tar.gz
autoupdate
Diffstat (limited to 'build-aux/compile')
-rwxr-xr-xbuild-aux/compile4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/compile b/build-aux/compile
index be68b4b287..d23d320dd1 100755
--- a/build-aux/compile
+++ b/build-aux/compile
@@ -53,7 +53,7 @@ func_file_conv ()
MINGW*)
file_conv=mingw
;;
- CYGWIN* | MSYS*)
+ CYGWIN*)
file_conv=cygwin
;;
*)
@@ -67,7 +67,7 @@ func_file_conv ()
mingw/*)
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
;;
- cygwin/* | msys/*)
+ cygwin/*)
file=`cygpath -m "$file" || echo "$file"`
;;
wine/*)