aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2017-09-26 12:15:54 +0200
committerFredrik Thulin <fredrik@thulin.net>2017-09-26 12:15:54 +0200
commit53f8fffa3362acfbfaf49997f7d0c56075367743 (patch)
treed5fd9b39b654a0fdff95687c07d31d36c5edc147
parent3af4c15e929f046f955b3222c5f5f1a5ec987ad5 (diff)
diff typically does not exit 0
-rwxr-xr-xconvert.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert.sh b/convert.sh
index 2d52612..6f86a4d 100755
--- a/convert.sh
+++ b/convert.sh
@@ -85,7 +85,7 @@ done
# Make further modifications to the layout using KiCAD's Python bindings
cp "Cryptech Alpha.kicad_pcb" "Cryptech Alpha.kicad_pcb.a2k-out"
../fix-pcb.py "Cryptech Alpha.kicad_pcb" "Cryptech Alpha.kicad_pcb"
-diff -u "Cryptech Alpha.kicad_pcb.before-fix-pcb" "Cryptech Alpha.kicad_pcb"
+diff -u "Cryptech Alpha.kicad_pcb.before-fix-pcb" "Cryptech Alpha.kicad_pcb" || true
echo ""
echo "Done. The leftovers from conversion is in ${altiumdir}, and you can start KiCad like this:"