summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mylchreest <johnm@gentoo.org>2003-05-09 18:17:48 +0000
committerJohn Mylchreest <johnm@gentoo.org>2003-05-09 18:17:48 +0000
commit3c7e886e7c3423bf9413ee9ae5ca4e5b5913b79d (patch)
treedcf0e6ad594233f6d67ab263c441d3f8cd3a1e04 /app-admin
parentVersion bumped (diff)
downloadhistorical-3c7e886e7c3423bf9413ee9ae5ca4e5b5913b79d.tar.gz
historical-3c7e886e7c3423bf9413ee9ae5ca4e5b5913b79d.tar.bz2
historical-3c7e886e7c3423bf9413ee9ae5ca4e5b5913b79d.zip
tiny formatting problem
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/mirrorselect/files/mirrorselect2
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 \