mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +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);
|
||||
rc = p.waitFor();
|
||||
System.out.println("exit value = " + rc);
|
||||
|
||||
//rc = p.exitValue();
|
||||
}
|
||||
catch (Exception e)
|
||||
|
|
Loading…
Add table
Reference in a new issue