From 962375a49fe1d3dc87aa53bf3f549dfc51f6fb2b Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Tue, 19 May 2020 21:13:59 -0500 Subject: [PATCH] Remove blank entry from dialer menu --- scripts/modem/sxmo_modemcall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/modem/sxmo_modemcall.sh b/scripts/modem/sxmo_modemcall.sh index ab06b8e..7048174 100755 --- a/scripts/modem/sxmo_modemcall.sh +++ b/scripts/modem/sxmo_modemcall.sh @@ -58,6 +58,7 @@ dialmenu() { CONTACTS="$(contacts)" NUMBER="$( echo -e "Close Menu\n$CONTACTS" | + grep . | sxmo_dmenu_with_kb.sh -l 10 -p Number -c -fn Terminus-20 )" echo "$NUMBER" | grep "Close Menu" && kill 0