summaryrefslogtreecommitdiff
path: root/compile
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2025-03-17 07:26:19 +0100
committerJörg Frings-Fürst <debian@jff.email>2025-03-17 07:26:19 +0100
commit7be666dd94b1a80bef2cc071217345ae7a06d2e8 (patch)
tree735a8c59992515a3a1c16e324289a873d2e2a359 /compile
parentf09b12c3fc275b392b75e3bd7e6e66837d1391d5 (diff)
parent70b7269a9fd67648253f51886e53cef034475c6f (diff)
Merge branch 'release/debian/3.2.1-1'HEADdebian/3.2.1-1master
Diffstat (limited to 'compile')
-rwxr-xr-xcompile6
1 files changed, 3 insertions, 3 deletions
diff --git a/compile b/compile
index 23fcba0..99e5052 100755
--- a/compile
+++ b/compile
@@ -3,7 +3,7 @@
scriptversion=2018-03-07.03; # UTC
-# Copyright (C) 1999-2020 Free Software Foundation, Inc.
+# Copyright (C) 1999-2018 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@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* | 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/*)