From 529a0c22e4b5de4906e1b8c4f4aa7ceeb4a58bc6 Mon Sep 17 00:00:00 2001 From: Mario1159 Date: Sat, 14 Oct 2023 19:36:13 -0300 Subject: [PATCH] Fix scripts --- scripts/magic | 2 +- scripts/xschem | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/magic b/scripts/magic index 271208b..300fd4b 100644 --- a/scripts/magic +++ b/scripts/magic @@ -1,2 +1,2 @@ #!/bin/bash -magic -rcfile $PDK_ROOT/$PDK/libs.tech/magic/$PDK.magicrc \ No newline at end of file +/bin/magic -rcfile $PDK_ROOT/$PDK/libs.tech/magic/$PDK.magicrc $@ \ No newline at end of file diff --git a/scripts/xschem b/scripts/xschem index 43de89a..d0e94af 100644 --- a/scripts/xschem +++ b/scripts/xschem @@ -1,2 +1,2 @@ #!/bin/bash -xschem --rcfile $PDK_ROOT/$PDK/libs.tech/xschem/xschemrc \ No newline at end of file +/bin/xschem --rcfile $PDK_ROOT/$PDK/libs.tech/xschem/xschemrc $@ \ No newline at end of file