common/autoconf/basics_windows.m4

changeset 2224
20daa32eec6f
parent 2219
cb1203f48728
child 2316
64a3eeabf6e5
     1.1 --- a/common/autoconf/basics_windows.m4	Wed May 16 15:52:51 2018 -0700
     1.2 +++ b/common/autoconf/basics_windows.m4	Mon May 21 06:54:25 2018 -0700
     1.3 @@ -66,7 +66,7 @@
     1.4        # Going to short mode and back again did indeed matter. Since short mode is
     1.5        # case insensitive, let's make it lowercase to improve readability.
     1.6        shortmode_path=`$ECHO "$shortmode_path" | $TR 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
     1.7 -      # Now convert it back to Unix-stile (cygpath)
     1.8 +      # Now convert it back to Unix-style (cygpath)
     1.9        input_path=`$CYGPATH -u "$shortmode_path"`
    1.10        new_path="$input_path"
    1.11      fi

mercurial