Skip to content

Commit 5f98e67

Browse files
committed
make manufacturing.sh work with v1.1
1 parent 557f882 commit 5f98e67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/manufacturing.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set -e
2828
# Assume kicad is in our $PATH
2929
# The following setup unfortunately depends on where KiBoM is installed
3030
A=AMC_FMC_Carrier-PcbDoc
31-
KB=$HOME/git/KiBoM/KiBOM_CLI.py
31+
KB=../KiBoM/KiBOM_CLI.py
3232
# KiBoM is cloned from
3333
# https://github.com/SchrodingersGat/KiBoM
3434
# Then checkout commit 38525f3. Master branch (as of July 10, 2019,
@@ -37,7 +37,7 @@ KB=$HOME/git/KiBoM/KiBOM_CLI.py
3737

3838
# ver needs to match the Rev attribute in .sch files
3939
# KiBoM seems to peek at that attribute when naming its output file
40-
ver="release v1.1"
40+
ver="v1.1"
4141

4242
# Make sure we're running under bash so brace expansion works
4343
if ! test "`echo A{B,C}`" = "AB AC"; then

0 commit comments

Comments
 (0)