-requested=`sed "s/ complete/(complete)/" < "$REQUESTED_LANGUAGES" | xargs` +requested=`sed "s/ complete//" < "$REQUESTED_LANGUAGES" | xargs`
This will just entirely ignore the "complete" flag and thus break this functionality. -done +done < "$REQUESTED_LANGUAGES" I don't think that works -- that's a variable with the list of languages, not a file. The < operator redirects stdin from a file only, not from a variable. ** Tags removed: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048207 Title: "el complete" in langpacks.txt breaks build To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-defaults-builder/+bug/1048207/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
