typo: attemps -> attempts
authorMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 17 Jul 2008 21:58:45 +0000 (21:58 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 17 Jul 2008 21:58:45 +0000 (21:58 +0000)
build.common

index 22bb8c0..6e8b489 100644 (file)
@@ -439,7 +439,7 @@ EOF
        found=""
        # locating updates/extras
        attempts=$(echo $attempts_optional | sed -e s,@optional@,$optional,g)
-       for attempt in $attemps; do
+       for attempt in $attempts; do
            optionalurl=$mirror/$attempt
            echo "* $optional : Trying to fetch $optionalurl"
             if mkfedora_fetch $optionalurl/repodata/repomd.xml ; then