executable_dictionary: Use echo -e

This commit is contained in:
Raúl Marín 2021-07-29 18:29:21 +02:00
parent c18c16855a
commit 89a26f6d84

View File

@ -123,7 +123,7 @@
<source>
<executable>
<command>echo "1\tValue"</command>
<command>echo -e "1\tValue"</command>
<format>TabSeparated</format>
<implicit_key>false</implicit_key>
</executable>
@ -197,7 +197,7 @@
<source>
<executable>
<command>echo "1\tFirstKey\tValue"</command>
<command>echo -e "1\tFirstKey\tValue"</command>
<format>TabSeparated</format>
<implicit_key>false</implicit_key>
</executable>