1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

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