~ubuntu-branches/ubuntu/vivid/migration-assistant/vivid

« back to all changes in this revision

Viewing changes to ma-apply

  • Committer: Bazaar Package Importer
  • Author(s): Evan Dandrea
  • Date: 2008-04-07 11:16:20 UTC
  • Revision ID: james.westby@ubuntu.com-20080407111620-z0okm5426xzxr5jj
Tags: 0.6.1
* Use + instead of : for a replacement character as it is explicitly
  allowed by debconf policy.
* Look in .purple for Pidgin settings as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        user_selection=`echo "$RET" | sed -e 's/, /\n/g'`
36
36
        for usr in $user_selection; do
37
37
            IFS="$OLDIFS"
38
 
            formatted_user=`echo "$usr" | sed -e 's/ /:/g' | sed -e 's/,:/, /g'`
 
38
            formatted_user=`echo "$usr" | sed -e 's/ /+/g' | sed -e 's/,+/, /g'`
39
39
            db_get migration-assistant/$path/$formatted_user/user || continue
40
40
            new_user=$RET
41
41