Module Name:    xsrc
Committed By:   mrg
Date:           Sun Oct 16 23:49:49 UTC 2022

Modified Files:
        xsrc/external/mit/xkbprint/dist: compile

Log Message:
merge xkbprint 1.0.6.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/xkbprint/dist/compile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xkbprint/dist/compile
diff -u xsrc/external/mit/xkbprint/dist/compile:1.4 xsrc/external/mit/xkbprint/dist/compile:1.5
--- xsrc/external/mit/xkbprint/dist/compile:1.4	Sun Feb 23 09:37:52 2020
+++ xsrc/external/mit/xkbprint/dist/compile	Sun Oct 16 23:49:49 2022
@@ -3,7 +3,7 @@
 
 scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# Copyright (C) 1999-2021 Free Software Foundation, Inc.
 # Written by Tom Tromey <tro...@cygnus.com>.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -53,7 +53,7 @@ func_file_conv ()
 	  MINGW*)
 	    file_conv=mingw
 	    ;;
-	  CYGWIN*)
+	  CYGWIN* | MSYS*)
 	    file_conv=cygwin
 	    ;;
 	  *)
@@ -67,7 +67,7 @@ func_file_conv ()
 	mingw/*)
 	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
 	  ;;
-	cygwin/*)
+	cygwin/* | msys/*)
 	  file=`cygpath -m "$file" || echo "$file"`
 	  ;;
 	wine/*)

Reply via email to