mirror of https://github.com/apache/maven.git
allow windows 2003
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@345047 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
078027332e
commit
2d8bbe0e14
|
@ -203,7 +203,7 @@ public class BootstrapInstaller
|
|||
p = r.exec( "command.com /c set" );
|
||||
}
|
||||
else if ( (OS.indexOf( "nt" ) > -1 )
|
||||
|| ( OS.indexOf( "windows 2000" ) > -1 )
|
||||
|| ( OS.indexOf( "windows 20" ) > -1 )
|
||||
|| ( OS.indexOf( "windows xp" ) > -1) )
|
||||
{
|
||||
p = r.exec( "cmd.exe /c set" );
|
||||
|
|
Loading…
Reference in New Issue