Fix script recursion

This commit is contained in:
Mario Romero 2023-09-12 17:16:11 -03:00
parent 070bef1d0e
commit 46bb6e0b40

View File

@ -8,4 +8,4 @@ if [[ $PDK = gf180mcu* ]]; then
mv $KLAYOUT_HOME/tech/gf180mcu.lym $KLAYOUT_HOME/pymacros
fi
fi
klayout $@
/bin/klayout $@