aboutsummaryrefslogtreecommitdiff
path: root/convert.sh
diff options
context:
space:
mode:
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 bfdcfe7..f808bef 100755
--- a/convert.sh
+++ b/convert.sh
@@ -93,7 +93,7 @@ ls Cryptech\ Alpha.sch rev02*sch | while read file; do
done
# 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