Set default to NO_UI= instead of NO_UI=0

release
erg 2007-11-24 21:49:38 -06:00
parent c7808352f2
commit 39fc7f864f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ shopt -s nocaseglob
OS=
ARCH=
WORD=
NO_UI=0
NO_UI=
ensure_program_installed() {
echo -n "Checking for $1..."