=== modified file 'scripts/kicad-install.sh' --- scripts/kicad-install.sh 2013-11-06 14:37:39 +0000 +++ scripts/kicad-install.sh 2013-11-07 14:35:32 +0000 @@ -72,6 +72,9 @@ echo exit 1 fi + + // ensure bzr name and email are set. No message since bzr prints an excellent diagnostic. + bzr whoami || exit 2 }