EDITOR=`which  ${EDITOR%% *}  2>/dev/null`  ||
EDITOR=`which  nano`                        &&
OPTS="$OPTS --with-editor=$EDITOR"          &&
default_build
