bzr email happiness

This commit is contained in:
Nick Østergaard 2014-04-11 08:30:30 -05:00 committed by Dick Hollenbeck
parent 36bdbde68c
commit a54df13036
1 changed files with 4 additions and 1 deletions

View File

@ -125,7 +125,10 @@ install_prerequisites()
fi
# ensure bzr name and email are set. No message since bzr prints an excellent diagnostic.
bzr whoami || exit 2
bzr whoami || {
echo "WARNING: You have not set bzr whoami, so I will set a dummy."
export BZR_EMAIL="Kicad Build <nobody@foo>"
}
}