From 1f9c1e662790705e6ba4850ee1bfa56565636fca Mon Sep 17 00:00:00 2001 From: Colin Cooper Date: Thu, 7 Nov 2013 12:15:58 -0600 Subject: [PATCH] kicad-install.h checks if bzr id set --- scripts/kicad-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/kicad-install.sh b/scripts/kicad-install.sh index b62fc74aeb..be8e87e86e 100755 --- a/scripts/kicad-install.sh +++ b/scripts/kicad-install.sh @@ -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 }