From dbd86c880a61c90a3ae1947aaf3b8abf59678788 Mon Sep 17 00:00:00 2001 From: Fabian Posch Date: Thu, 9 Jan 2025 15:48:27 +0100 Subject: [PATCH] clean up variable definition --- setup_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_node.sh b/setup_node.sh index a5f51cc..50f63f5 100755 --- a/setup_node.sh +++ b/setup_node.sh @@ -57,7 +57,7 @@ echo Building core library git clone https://github.com/asyncvlsi/act.git $srcfolder/act cd $srcfolder/act -export VLSI_TOOLS_SRC=$(pwd) +export VLSI_TOOLS_SRC=$srcfolder/act ./configure $ACT_HOME ./build make install