Skip to content

Commit b462427

Browse files
committed
/dev/null -> >NUL
1 parent f266f19 commit b462427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDK/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if /i "!useJq!" == "false" (
4444
dotnet build "!sdkPath!\Utilities\ParseJSON" /property:GenerateFullPaths=true /consoleloggerparameters:NoSummary -c Release >NUL
4545
if exist "!sdkPath!\Utilities\ParseJSON\bin\Release\net7.0\" (
4646
pushd "!sdkPath!\Utilities\ParseJSON\bin\Release\net7.0\"
47-
move * ..\..\..\ > /dev/null
47+
move * ..\..\..\ >NUL
4848
popd
4949
)
5050
)

0 commit comments

Comments
 (0)