mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 09:35:23 +02:00
fix for local copies when there are spaces in path (on linux)
This commit is contained in:
parent
d18b434d25
commit
bc6dd4a8af
1 changed files with 1 additions and 1 deletions
|
@ -1090,7 +1090,7 @@ public class LocalFileService extends AbstractFileService implements IFileServic
|
||||||
|
|
||||||
//Process p = Runtime.getRuntime().exec(command);
|
//Process p = Runtime.getRuntime().exec(command);
|
||||||
rc = p.waitFor();
|
rc = p.waitFor();
|
||||||
System.out.println("exit value = " + rc);
|
|
||||||
//rc = p.exitValue();
|
//rc = p.exitValue();
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|
Loading…
Add table
Reference in a new issue