We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f54fee commit 968b554Copy full SHA for 968b554
install/offline/install.bat
@@ -19,8 +19,8 @@ goto EndOfLicense
19
SET iserr=0
20
SET SCRIPTDIR=%~dp0
21
SET DARTROOTDIR=%~dp0..\..\
22
-SET DOWNLOADSDIR="%SCRIPTDIR%downloads\ "
23
-SET REQUIREMENTSFILE="%~dp0..\..\requirements.txt "
+SET DOWNLOADSDIR=%SCRIPTDIR%downloads\
+SET REQUIREMENTSFILE=%~dp0..\..\requirements.txt
24
25
REM DART Offline Installation
26
REM Copyright 2017 Lockheed Martin Corporation
0 commit comments