Skip to content

Commit 633d673

Browse files
committed
Fix escaping double quotes
1 parent 3608b5b commit 633d673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/ConEmu.xml.default

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,14 +549,14 @@
549549
<value name="GuiArgs" type="string" data=" /icon &quot;%CMDER_ROOT%\icons\cmder.ico&quot;"/>
550550
<value name="Active" type="long" data="0"/>
551551
<value name="Count" type="long" data="1"/>
552-
<value name="Cmd1" type="string" data="*"%ConEmuDir%\..\git-for-windows\usr\bin\bash.exe" --login -i"/>
552+
<value name="Cmd1" type="string" data="*&quot;%ConEmuDir%\..\git-for-windows\usr\bin\bash.exe&quot; --login -i"/>
553553
</key>
554554
<key name="Task8" modified="2018-02-22 06:05:13" build="171109">
555555
<value name="Name" type="string" data="{bash::bash}"/>
556556
<value name="Flags" type="dword" data="00000000"/>
557557
<value name="Hotkey" type="dword" data="00000000"/>
558558
<value name="GuiArgs" type="string" data=" /icon &quot;%CMDER_ROOT%\icons\cmder.ico&quot;"/>
559-
<value name="Cmd1" type="string" data=""%ConEmuDir%\..\git-for-windows\usr\bin\bash.exe" --login -i"/>
559+
<value name="Cmd1" type="string" data="&quot;%ConEmuDir%\..\git-for-windows\usr\bin\bash.exe&quot; --login -i"/>
560560
<value name="Active" type="long" data="0"/>
561561
<value name="Count" type="long" data="1"/>
562562
</key>

0 commit comments

Comments
 (0)