make executable

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321478 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-15 19:21:07 +00:00
parent 2e2140cc4e
commit 59a16ca7c8
1 changed files with 2 additions and 0 deletions

View File

@ -456,6 +456,8 @@ public class MBoot
cli.createArgument().setValue( "+x" );
cli.createArgument().setValue( new File( dist, "bin/mvn" ).getAbsolutePath() );
cli.createArgument().setValue( new File( dist, "bin/m2" ).getAbsolutePath() );
cli.execute().waitFor();