1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

added -u for older cygpath util

This commit is contained in:
David Inglis 2002-11-28 18:35:44 +00:00
parent 3bccbf3c16
commit 1d64355469

View file

@ -31,7 +31,7 @@ public class CygwinMIEnvironmentDirectory extends MIEnvironmentDirectory {
launcher.execute(
new Path("cygpath"),
new String[] { paths[i] },
new String[] { "-u", paths[i] },
new String[0],
new Path("."));
if (launcher.waitAndRead(output, output) != CommandLauncher.OK)