Change axiom for initialization. Including script can disable (default)
automatic initialization by setting appropriate variable to particular value.
This commit is contained in:
parent
6bea876644
commit
d3c2b8b665
@ -1477,6 +1477,9 @@ f_dialog_init()
|
||||
|
||||
############################################################ MAIN
|
||||
|
||||
[ "$DIALOG_SELF_INITIALIZE" ] && f_dialog_init
|
||||
case "$DIALOG_SELF_INITIALIZE" in
|
||||
""|0|[Nn][Oo]|[Oo][Ff][Ff]|[Ff][Aa][Ll][Ss][Ee]) : do nothing ;;
|
||||
*) f_dialog_init
|
||||
esac
|
||||
|
||||
fi # ! $_DIALOG_SUBR
|
||||
|
Loading…
Reference in New Issue
Block a user