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';;
|
hg) repos_types[$nrepos]='Mercurial';;
|
||||||
git) repos_types[$nrepos]='Git';;
|
git) repos_types[$nrepos]='Git';;
|
||||||
esac
|
esac
|
||||||
repos_mails[$nrepos]=${tmp#*|*|}
|
repos_mails[$nrepos]=${r#*|*|}
|
||||||
let nrepos++
|
let nrepos++
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue