mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Leave relative symlinks as they are
This commit is contained in:
@ -189,8 +189,6 @@ public class ArchiveExtractor {
|
|||||||
System.err.println(I18n.format(_("Warning: file {0} links to an absolute path {1}, changing it to {2}"), outputFile, outputLinkedFile, new File(outputLinkedFile.getName())));
|
System.err.println(I18n.format(_("Warning: file {0} links to an absolute path {1}, changing it to {2}"), outputFile, outputLinkedFile, new File(outputLinkedFile.getName())));
|
||||||
System.err.println();
|
System.err.println();
|
||||||
outputLinkedFile = new File(outputLinkedFile.getName());
|
outputLinkedFile = new File(outputLinkedFile.getName());
|
||||||
} else {
|
|
||||||
outputLinkedFile = new File(outputFile.getParent(), linkName);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user