Skip to content

Commit

Permalink
make manufacturing.sh work with v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-betz committed Sep 25, 2020
1 parent 557f882 commit 5f98e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/manufacturing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set -e
# Assume kicad is in our $PATH
# The following setup unfortunately depends on where KiBoM is installed
A=AMC_FMC_Carrier-PcbDoc
KB=$HOME/git/KiBoM/KiBOM_CLI.py
KB=../KiBoM/KiBOM_CLI.py
# KiBoM is cloned from
# https://github.com/SchrodingersGat/KiBoM
# Then checkout commit 38525f3. Master branch (as of July 10, 2019,
Expand All @@ -37,7 +37,7 @@ KB=$HOME/git/KiBoM/KiBOM_CLI.py

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

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

0 comments on commit 5f98e67

Please sign in to comment.