| Index: sdk/bin/dartdevc.bat
|
| diff --git a/sdk/bin/dartdevc.bat b/sdk/bin/dartdevc.bat
|
| index dd49b4337fe700bb513cef5bff50adf35ad388f5..fec39e46448117f00f5aed5b040a01922729adec 100644
|
| --- a/sdk/bin/dartdevc.bat
|
| +++ b/sdk/bin/dartdevc.bat
|
| @@ -56,7 +56,7 @@ setlocal
|
| for %%i in (%1) do set result=%%~fi
|
| set current=
|
| for /f "usebackq tokens=2 delims=[]" %%i in (`dir /a:l "%~dp1" 2^>nul ^
|
| - ^| find "> %~n1 ["`) do (
|
| + ^| find "> %~n1 [" 2^>nul`) do (
|
| set current=%%i
|
| )
|
| if not "%current%"=="" call :follow_links "%current%", result
|
|
|