Explorar o código

BUG: Install location full-path test for windows needs to account for both lower case and upper case drive letters.

Brad King %!s(int64=20) %!d(string=hai) anos
pai
achega
b6fd3b7bb1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Source/cmFileCommand.cxx

+ 1 - 1
Source/cmFileCommand.cxx

@@ -380,7 +380,7 @@ bool cmFileCommand::HandleInstallCommand(
     if ( ch1 != '/' )
       {
       int relative = 0;
-      if ( ( ch1 >= 'a' && ch1 <= 'z' || ch1 >= 'a' && ch1 <= 'z' ) &&
+      if ( ( ch1 >= 'a' && ch1 <= 'z' || ch1 >= 'A' && ch1 <= 'Z' ) &&
         ch2 == ':' )
         {
         // Assume windows