autoupdate
authorKarl Berry <karl@freefriends.org>
Mon, 11 Nov 2019 15:26:06 +0000 (07:26 -0800)
committerKarl Berry <karl@freefriends.org>
Mon, 11 Nov 2019 15:26:06 +0000 (07:26 -0800)
build-aux/compile

index be68b4b287bae5de6a2748762d9d1f9ac199a4a7..d23d320dd1adeb5aa685395d7a20a993349db6d9 100755 (executable)
@@ -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/*)