Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
a54df130
Commit
a54df130
authored
Apr 11, 2014
by
Nick Østergaard
Committed by
Dick Hollenbeck
Apr 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bzr email happiness
parent
36bdbde6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
kicad-install.sh
scripts/kicad-install.sh
+4
-1
No files found.
scripts/kicad-install.sh
View file @
a54df130
...
...
@@ -125,7 +125,10 @@ install_prerequisites()
fi
# ensure bzr name and email are set. No message since bzr prints an excellent diagnostic.
bzr
whoami
||
exit
2
bzr
whoami
||
{
echo
"WARNING: You have not set bzr whoami, so I will set a dummy."
export
BZR_EMAIL
=
"Kicad Build <nobody@foo>"
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment