Use yesno

This commit is contained in:
Roy Marples 2007-11-22 12:20:40 +00:00
parent 4b28587704
commit ee61f46309

View File

@ -164,7 +164,7 @@ for arg in "$@" ; do
esac esac
done done
if [ "${RC_NOCOLOR}" != "yes" -a -z "${GOOD}" ] ; then if [ -z "${GOOD}" ] && ! yesno "${RC_NOCOLOR}"; then
eval $(eval_ecolors) eval $(eval_ecolors)
fi fi