| Index: runtime/bin/builtin.dart
|
| diff --git a/runtime/bin/builtin.dart b/runtime/bin/builtin.dart
|
| index 5807fc65e07f57cf15a7db4ebe6463233f7030a5..27b7e092890c1e54741d52c40615bde30e09eafd 100644
|
| --- a/runtime/bin/builtin.dart
|
| +++ b/runtime/bin/builtin.dart
|
| @@ -106,7 +106,7 @@ String _filePathFromUri(String userUri, bool isWindows) {
|
| throw "Not a known scheme: $uri";
|
| }
|
|
|
| - if (isWindows) {
|
| + if (isWindows && path.startsWith("/")) {
|
| // For Windows we need to massage the paths a bit according to
|
| // http://blogs.msdn.com/b/ie/archive/2006/12/06/file-uris-in-windows.aspx
|
| //
|
|
|