mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 17:34:23 +00:00
Initialize variables
This commit is contained in:
parent
bd85dd2501
commit
f2e3d42491
@ -2377,6 +2377,10 @@ quit() {
|
|||||||
|
|
||||||
# Zenity availability/version check
|
# Zenity availability/version check
|
||||||
use_zenity=0
|
use_zenity=0
|
||||||
|
# Initialize some variables
|
||||||
|
menu_option_height="0"
|
||||||
|
menu_text_height_zenity4="0"
|
||||||
|
menu_height_max="0"
|
||||||
if [ -x "$(command -v zenity)" ]; then
|
if [ -x "$(command -v zenity)" ]; then
|
||||||
if zenity --version >/dev/null; then
|
if zenity --version >/dev/null; then
|
||||||
use_zenity=1
|
use_zenity=1
|
||||||
|
Loading…
Reference in New Issue
Block a user