mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Fix test for empty dmenu list
This commit is contained in:
parent
e416753cb3
commit
c4b6b19ff9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ xdotool key Return
|
|||
wait ${RPID}
|
||||
RETV=$?
|
||||
|
||||
if [ ${RETV} -eq 1 ]
|
||||
if [ ${RETV} -eq 0 ]
|
||||
then
|
||||
exit 0
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue