kicad-install.h checks if bzr id set
This commit is contained in:
parent
9b3d826bc1
commit
253b62a0e5
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue