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 050e782df5
commit 1f9c1e6627
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
}