Skip to content

Commit

Permalink
修正BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerWordTree committed Dec 23, 2023
1 parent a9f53bb commit 2615e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WinEnv.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ FOR /F "tokens=1,* usebackq delims==" %%A IN (
) DO (
SET "_KEY=%%~A" & SET "_VALUE=%%~B"
CALL Environment.Get.CMD "%%_KEY%%" "%%_CONFIG.SCOPE%%"
SET "_VALUE=%%@%%%%_VALUE%%"
CALL SET "_VALUE=%%@%%%%_VALUE%%"
CALL ECHO %%_KEY%%=%%_VALUE%%
CALL Environment.Set.CMD "%%_KEY%%" "%%_VALUE%%" "%%_CONFIG.SCOPE%%"
)
Expand All @@ -133,7 +133,7 @@ FOR /F "tokens=1,* usebackq delims==" %%A IN (
) DO (
SET "_KEY=%%~A" & SET "_VALUE=%%~B"
CALL Environment.Get.CMD "%%_KEY%%" "%%_CONFIG.SCOPE%%"
SET "_VALUE=%%_VALUE%%%%@%%"
CALL SET "_VALUE=%%_VALUE%%%%@%%"
CALL ECHO %%_KEY%%=%%_VALUE%%
CALL Environment.Set.CMD "%%_KEY%%" "%%_VALUE%%" "%%_CONFIG.SCOPE%%"
)
Expand Down

0 comments on commit 2615e13

Please sign in to comment.