Skip to content

Commit ab3f0b7

Browse files
committed
fixes
1 parent 528bbea commit ab3f0b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vendor/bin/alias.cmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ if [%action%] == [create] (
9696
)
9797
) else (
9898
:: validate alias
99-
rem set _x=!_x:%=^^%!
100-
10199
for /f "delims== tokens=1,* usebackq" %%G in (`echo "!_x!"`) do (
102100
set alias_name=%%G
103101
set alias_value=%%H

0 commit comments

Comments
 (0)