diff options
-rw-r--r-- | app-admin/mirrorselect/files/mirrorselect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/mirrorselect/files/mirrorselect b/app-admin/mirrorselect/files/mirrorselect index 12dbae736111..e2cb05885fef 100644 --- a/app-admin/mirrorselect/files/mirrorselect +++ b/app-admin/mirrorselect/files/mirrorselect @@ -103,7 +103,7 @@ elif [ "${1}" = "-i" ] ; then # Format list properly # we want Name (Loc) - CHECKLIST="`echo $MIRROR_LIST | sed 's:http\::\nhttp\::g' | sed 's:ftp\::\nftp\::g' | sed 's:>:(:g' | cut -f1,3 -d"(" | sed 's: ::g' | sed 's:(: (:g' | sed 's:):) OFF:g' | sed 's:/ftp)::g' | sort`" + CHECKLIST="`echo $MIRROR_LIST | sed 's:http\::\nhttp\::g' | sed 's:ftp\::\nftp\::g' | sed 's:>:(:g' | cut -f1,3 -d"(" | sed 's: ::g' | sed 's:(: (:g' | sed 's:):) OFF:g' | sed 's:/ftp):):g' | sort`" MIRRORS=`dialog --title "GENTOO MIRRORS LIST" \ --checklist "Please select your desired mirror(s):" 20 80 14 \ |