| Index: sdk/lib/_internal/pub/lib/src/system_cache.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/system_cache.dart b/sdk/lib/_internal/pub/lib/src/system_cache.dart
|
| index 7dafb8c2b161689fa9a2ab48f62c9bb768afe972..63b98178b8776cbe7ade07778e94df0b1add105f 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/system_cache.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/system_cache.dart
|
| @@ -96,7 +96,7 @@ class SystemCache {
|
| /// cache so that it can move the directory from it.
|
| String createTempDir() {
|
| var temp = ensureDir(tempDir);
|
| - return io.createTempDir(path.join(temp, 'dir'));
|
| + return io.createTempDir(temp, 'dir');
|
| }
|
|
|
| /// Deletes the system cache's internal temp directory.
|
|
|