diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2017-09-26 12:15:54 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2017-09-26 12:15:54 +0200 |
commit | 53f8fffa3362acfbfaf49997f7d0c56075367743 (patch) | |
tree | d5fd9b39b654a0fdff95687c07d31d36c5edc147 | |
parent | 3af4c15e929f046f955b3222c5f5f1a5ec987ad5 (diff) |
diff typically does not exit 0
-rwxr-xr-x | convert.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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:" |