File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -270,11 +270,11 @@ defmodule Mix.Tasks.Release.Init do
270270 )
271271
272272 if not "!REL_GOTO!" == "" (
273- findstr "RUNTIME_CONFIG=true" "!RELEASE_SYS_CONFIG!.config" >nil 2>&1 && (
273+ findstr "RUNTIME_CONFIG=true" "!RELEASE_SYS_CONFIG!.config" >nul 2>&1 && (
274274 for /f "skip=1" %%X in ('wmic os get localdatetime') do if not defined TIMESTAMP set TIMESTAMP=%%X
275275 set RELEASE_SYS_CONFIG=!RELEASE_TMP!\!RELEASE_NAME!-!RELEASE_VSN!-!TIMESTAMP:~0,11!-!RANDOM!.runtime
276- mkdir "!RELEASE_TMP!" >nil
277- copy /y "!REL_VSN_DIR!\sys.config" "!RELEASE_SYS_CONFIG!.config" >nil || (
276+ mkdir "!RELEASE_TMP!" >nul
277+ copy /y "!REL_VSN_DIR!\sys.config" "!RELEASE_SYS_CONFIG!.config" >nul || (
278278 echo Cannot start release because it could not write to "!RELEASE_SYS_CONFIG!.config"
279279 goto end
280280 )
You can’t perform that action at this time.
0 commit comments