[Lunar-commits] r15133 - lunar/trunk/var/lib/lunar/functions
Auke Kok
sofar at lunar-linux.org
Sat May 28 12:33:50 UTC 2005
Author: sofar
Date: 2005-05-28 12:33:50 +0000 (Sat, 28 May 2005)
New Revision: 15133
Modified:
lunar/trunk/var/lib/lunar/functions/download.lunar
Log:
e
Modified: lunar/trunk/var/lib/lunar/functions/download.lunar
===================================================================
--- lunar/trunk/var/lib/lunar/functions/download.lunar 2005-05-28 12:31:09 UTC (rev 15132)
+++ lunar/trunk/var/lib/lunar/functions/download.lunar 2005-05-28 12:33:50 UTC (rev 15133)
@@ -107,7 +107,7 @@
if [ "$EXHAUSTIVE" == "on" ]; then
# scan for hits agains known clusters of mirrors
for MLIST in $MIRRORS/*; do
- for ALT in $(sed 's/.*\t\([^\t]*\)$/\1/g' $MLIST | grp -v "^Custom$"); do
+ for ALT in $(sed 's/.*\t\([^\t]*\)$/\1/g' $MLIST | grep -v "^Custom$"); do
if [ "${URL:0:${#ALT}}" == "$ALT" ] ; then
# compose the list of valid mirrors
REST=${URL:${#ALT}}
More information about the Lunar-commits
mailing list