[Doc] Small tweak to markdown.

This commit is contained in:
Dave Davenport 2023-01-16 18:42:48 +01:00
parent 652be74b1b
commit b988efdb60
3 changed files with 12 additions and 12 deletions

View File

@ -1,13 +1,13 @@
#!/usr/bin/env bash
if [ "$@" = "quit" ]
if [[ "$@" = "quit" ]]
then
exit 0
fi
# Override the previously set prompt.
# We only want to do this on first call of script.
if [ $ROFI_RETV = 0 ]
if [[ $ROFI_RETV = 0 ]]
then
echo -en "\x00delim\x1f\\x1\n"
fi