Just in case EDITOR isn't set

This commit is contained in:
natemaia 2020-05-17 19:39:11 -07:00
parent 55e4763abf
commit 6465826a7d

View File

@ -2174,7 +2174,7 @@ install_mirror_country()
sed -i 's/^#Server/Server/g' "$tmp" sed -i 's/^#Server/Server/g' "$tmp"
# let the user edit and confirm it # let the user edit and confirm it
$EDITOR "$tmp" ${EDITOR:-vim} "$tmp"
if yesno "Mirror Country" "\nUse the newly created mirrorlist for installation?\n"; then if yesno "Mirror Country" "\nUse the newly created mirrorlist for installation?\n"; then
conf=true conf=true
else else