kicad-install.h checks if bzr id set

This commit is contained in:
Colin Cooper 2013-11-07 12:15:58 -06:00 committed by Dick Hollenbeck
parent 9b3d826bc1
commit 253b62a0e5
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ install_prerequisites()
echo
exit 1
fi
# ensure bzr name and email are set. No message since bzr prints an excellent diagnostic.
bzr whoami || exit 2
}