Skip to content

Commit 968b554

Browse files
author
Dan McGowan
committed
Remove quotes and adjust spacing in offline install script path definitions. Believe this'll resolve the bug reported in #1.
1 parent 8f54fee commit 968b554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/offline/install.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ goto EndOfLicense
1919
SET iserr=0
2020
SET SCRIPTDIR=%~dp0
2121
SET DARTROOTDIR=%~dp0..\..\
22-
SET DOWNLOADSDIR="%SCRIPTDIR%downloads\ "
23-
SET REQUIREMENTSFILE="%~dp0..\..\requirements.txt "
22+
SET DOWNLOADSDIR=%SCRIPTDIR%downloads\
23+
SET REQUIREMENTSFILE=%~dp0..\..\requirements.txt
2424

2525
REM DART Offline Installation
2626
REM Copyright 2017 Lockheed Martin Corporation

0 commit comments

Comments
 (0)