diff --git a/misc/factor.sh b/misc/factor.sh index af0511ee50..977a6b79f7 100755 --- a/misc/factor.sh +++ b/misc/factor.sh @@ -10,7 +10,7 @@ shopt -s nocaseglob OS= ARCH= WORD= -NO_UI=0 +NO_UI= ensure_program_installed() { echo -n "Checking for $1..."