File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -213,8 +213,8 @@ set oldpath=%PATH%
213
213
214
214
set TEMP = %TEMP% \%PACKAGENAME% -%ARCH%
215
215
set TMP = %TEMP%
216
- if exist %TEMP% rmdir /s /q %TEMP%
217
- mkdir %TEMP%
216
+ if exist " %TEMP% " rmdir /s /q " %TEMP% "
217
+ mkdir " %TEMP% "
218
218
219
219
for %%g IN (%GRASS_VERSIONS% ) do (
220
220
set path = !path! ;%OSGEO4W_ROOT% \apps\grass\grass-%%g \lib
@@ -231,9 +231,9 @@ PATH %oldpath%
231
231
232
232
:skiptests
233
233
234
- if exist %PKGDIR% (
234
+ if exist " %PKGDIR% " (
235
235
echo REMOVE: %DATE% %TIME%
236
- rmdir /s /q %PKGDIR%
236
+ rmdir /s /q " %PKGDIR% "
237
237
)
238
238
239
239
echo INSTALL: %DATE% %TIME%
Original file line number Diff line number Diff line change @@ -218,9 +218,9 @@ PATH %oldpath%
218
218
:skiptests
219
219
:package
220
220
221
- if exist %PKGDIR% (
221
+ if exist " %PKGDIR% " (
222
222
echo REMOVE: %DATE% %TIME%
223
- rmdir /s /q %PKGDIR%
223
+ rmdir /s /q " %PKGDIR% "
224
224
)
225
225
226
226
echo INSTALL: %DATE% %TIME%
You can’t perform that action at this time.
0 commit comments