Commit a54df130 authored by Nick Østergaard's avatar Nick Østergaard Committed by Dick Hollenbeck

bzr email happiness

parent 36bdbde6
......@@ -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>"
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment