]> Savannah Git Hosting - gnulib.git/commitdiff
autoupdate
authorKarl Berry <karl@freefriends.org>
Sun, 10 Nov 2019 16:01:09 +0000 (08:01 -0800)
committerKarl Berry <karl@freefriends.org>
Sun, 10 Nov 2019 16:01:09 +0000 (08:01 -0800)
build-aux/ar-lib

index be8806a2fe59decc1d0c3b6110977c746054827b..f64465e4f4f20dd328ecf2a5d42991707fc0ef3f 100755 (executable)
@@ -53,7 +53,7 @@ func_file_conv ()
          MINGW*)
            file_conv=mingw
            ;;
-         CYGWIN* | MSYS*)
+         CYGWIN*)
            file_conv=cygwin
            ;;
          *)
@@ -65,7 +65,7 @@ func_file_conv ()
        mingw)
          file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
          ;;
-       cygwin | msys)
+       cygwin)
          file=`cygpath -m "$file" || echo "$file"`
          ;;
        wine)