aboutsummaryrefslogtreecommitdiff
path: root/convert.sh
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2019-02-20 14:22:47 +0100
committerFredrik Thulin <fredrik@thulin.net>2019-02-20 14:22:47 +0100
commit2f668489efdcc74c64fe93ecfc323e1f0cc9460b (patch)
tree8a7241024ad037e6207b9dac6d89859b1cce3e27 /convert.sh
parent5dbcdd1de98fde9e21919c39b3eb07425a2f6c3c (diff)
don't add extra quotes around net names
Diffstat (limited to 'convert.sh')
-rwxr-xr-xconvert.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert.sh b/convert.sh
index fe6b3f0..ae83567 100755
--- a/convert.sh
+++ b/convert.sh
@@ -215,7 +215,7 @@ sed -i -e 's/segment \(.*\)layer Eco2.User.*/gr_line \1layer Eco2.User\)\)/g' Cr
# Fix paths of all footprints in the PCB
sed -i -e "s/[(]module /\(module Cryptech_Alpha_Footprints:/" Cryptech\ Alpha.kicad_pcb
# change default named nets to match what a schematic update wants to turn them into
-sed -E -i -e 's/Net([A-Z0-9]+)_([0-9])/"Net-(\1-Pad\2)"/g' Cryptech\ Alpha.kicad_pcb
+sed -E -i -e 's/Net([A-Z0-9]+)_([0-9])/Net-(\1-Pad\2)/g' Cryptech\ Alpha.kicad_pcb
# Make further modifications to the layout using KiCAD's Python bindings
test -d ../tmp || mkdir ../tmp