mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-10 23:49:07 +08:00
fixes
This commit is contained in:
parent
528bbea7f5
commit
ab3f0b76fb
2
vendor/bin/alias.cmd
vendored
2
vendor/bin/alias.cmd
vendored
@ -96,8 +96,6 @@ if [%action%] == [create] (
|
|||||||
)
|
)
|
||||||
) else (
|
) else (
|
||||||
:: validate alias
|
:: validate alias
|
||||||
rem set _x=!_x:%=^^%!
|
|
||||||
|
|
||||||
for /f "delims== tokens=1,* usebackq" %%G in (`echo "!_x!"`) do (
|
for /f "delims== tokens=1,* usebackq" %%G in (`echo "!_x!"`) do (
|
||||||
set alias_name=%%G
|
set alias_name=%%G
|
||||||
set alias_value=%%H
|
set alias_value=%%H
|
||||||
|
Loading…
Reference in New Issue
Block a user