Skip to content

Commit 9f0fd62

Browse files
ASP.NET Push Botunknown
ASP.NET Push Bot
authored and
unknown
committed
⬆️ kvm.ps1, kvm.cmd, kvm.sh
Source: aspnet/dnvm@51671bb
1 parent 162d3c5 commit 9f0fd62

File tree

3 files changed

+488
-501
lines changed

3 files changed

+488
-501
lines changed

kvm.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0kvm.ps1' %*"
44

5-
IF EXIST "%USERPROFILE%\.kre\run-once.cmd" (
6-
CALL "%USERPROFILE%\.kre\run-once.cmd"
7-
DEL "%USERPROFILE%\.kre\run-once.cmd"
5+
IF EXIST "%USERPROFILE%\.k\temp-set-envvars.cmd" (
6+
CALL "%USERPROFILE%\.k\temp-set-envvars.cmd"
7+
DEL "%USERPROFILE%\.k\temp-set-envvars.cmd"
88
)

0 commit comments

Comments
 (0)