remove empty line in menu

This commit is contained in:
Tobias Powalowski 2022-12-28 17:27:03 +01:00
parent e0bd9ae6b2
commit 009c88eb9d

View file

@ -56,7 +56,7 @@ printk()
# sets EDITOR global variable
geteditor() {
if ! [[ "${EDITOR}" ]]; then
DIALOG --menu "Select a Text Editor to Use" 10 35 3 \
DIALOG --menu "Select a Text Editor to Use" 9 35 3 \
"1" "nano (easier)" \
"2" "neovim" 2>${ANSWER} || return 1
case $(cat ${ANSWER}) in