From 46bb6e0b4057944a9491bdc1ecca43c4f1d9e695 Mon Sep 17 00:00:00 2001 From: Mario1159 Date: Tue, 12 Sep 2023 17:16:11 -0300 Subject: [PATCH] Fix script recursion --- scripts/klayout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/klayout b/scripts/klayout index 2c2066f..013372e 100644 --- a/scripts/klayout +++ b/scripts/klayout @@ -8,4 +8,4 @@ if [[ $PDK = gf180mcu* ]]; then mv $KLAYOUT_HOME/tech/gf180mcu.lym $KLAYOUT_HOME/pymacros fi fi -klayout $@ \ No newline at end of file +/bin/klayout $@ \ No newline at end of file