Incorrect email evaluation fixed

This commit is contained in:
Kolan Sh 2012-05-07 10:38:45 +04:00
parent 62a26bc087
commit 88fd369f21
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ for r in $SQLITE_RESULTS; do
hg) repos_types[$nrepos]='Mercurial';;
git) repos_types[$nrepos]='Git';;
esac
repos_mails[$nrepos]=${tmp#*|*|}
repos_mails[$nrepos]=${r#*|*|}
let nrepos++
done