mirror of
https://github.com/corpnewt/ProperTree.git
synced 2026-08-12 22:31:30 +04:00
Additional Powershell escapes for $ and ;
This commit is contained in:
@@ -56,6 +56,8 @@ set "%~1=!%~1:(=`(!"
|
||||
set "%~1=!%~1:)=`)!"
|
||||
set "%~1=!%~1:{=`{!"
|
||||
set "%~1=!%~1:}=`}!"
|
||||
set "%~1=!%~1:$=`0!"
|
||||
set "%~1=!%~1:;=`;!"
|
||||
if "%~2" == "" (
|
||||
set "%~1=!%~1!"
|
||||
) else (
|
||||
|
||||
Reference in New Issue
Block a user