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:
parent
3bccbf3c16
commit
1d64355469
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue