1
0
Fork 0
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:
David McKnight 2006-06-30 15:41:35 +00:00
parent d18b434d25
commit bc6dd4a8af

View file

@ -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)