We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557f882 commit 5f98e67Copy full SHA for 5f98e67
scripts/manufacturing.sh
@@ -28,7 +28,7 @@ set -e
28
# Assume kicad is in our $PATH
29
# The following setup unfortunately depends on where KiBoM is installed
30
A=AMC_FMC_Carrier-PcbDoc
31
-KB=$HOME/git/KiBoM/KiBOM_CLI.py
+KB=../KiBoM/KiBOM_CLI.py
32
# KiBoM is cloned from
33
# https://github.com/SchrodingersGat/KiBoM
34
# Then checkout commit 38525f3. Master branch (as of July 10, 2019,
@@ -37,7 +37,7 @@ KB=$HOME/git/KiBoM/KiBOM_CLI.py
37
38
# ver needs to match the Rev attribute in .sch files
39
# KiBoM seems to peek at that attribute when naming its output file
40
-ver="release v1.1"
+ver="v1.1"
41
42
# Make sure we're running under bash so brace expansion works
43
if ! test "`echo A{B,C}`" = "AB AC"; then
0 commit comments