summaryrefslogtreecommitdiffstats
path: root/doc/rofi-script.5.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-09-25 13:29:03 +0200
committerDave Davenport <qball@gmpclient.org>2020-09-25 13:29:03 +0200
commit83610ff682c7ea5e4efca0d1f999d695e0187814 (patch)
tree643c437587446f4ea08575835ebe34d1946de22e /doc/rofi-script.5.markdown
parent58a51f7f88ea1668579fa8679fdf7e8e49f4599c (diff)
[Manpage] Addd dash remark to manpage.
Diffstat (limited to 'doc/rofi-script.5.markdown')
-rw-r--r--doc/rofi-script.5.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/rofi-script.5.markdown b/doc/rofi-script.5.markdown
index f9f85800..448fbcc7 100644
--- a/doc/rofi-script.5.markdown
+++ b/doc/rofi-script.5.markdown
@@ -108,6 +108,10 @@ multiple entries can be passed using the `\x1f` separator.
echo -en "aap\0icon\x1ffolder\x1finfo\x1ftest\n"
```
+## DASH shell
+
+If you use the `dash` shell for your script, take special care with how dash handles escaped values for the separators.
+See issue #1201 on github.
## SEE ALSO