1
0
Fork 0
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:
Dave Davenport 2016-01-25 09:07:39 +01:00
parent e416753cb3
commit c4b6b19ff9

View file

@ -8,7 +8,7 @@ xdotool key Return
wait ${RPID}
RETV=$?
if [ ${RETV} -eq 1 ]
if [ ${RETV} -eq 0 ]
then
exit 0
else