Incorrect email evaluation fixed
This commit is contained in:
parent
62a26bc087
commit
88fd369f21
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue