aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconvert.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/convert.sh b/convert.sh
index ae83567..5f9fdb9 100755
--- a/convert.sh
+++ b/convert.sh
@@ -92,8 +92,10 @@ ls Cryptech\ Alpha.sch rev02*sch | while read file; do
num=$[$num + 1]
done
+mv Cryptech\ Alpha.lib Cryptech_Alpha.lib
+
# Replace slashes in component names, seems to not work in KiCAD nightly
-ls Cryptech*Alpha.lib rev02*sch | while read file; do
+ls Cryptech_Alpha.lib rev02*sch | while read file; do
sed -i -e "s#I/SN#I_SN#g" "${file}"
done