From 98f94fa102a92bd4791842fc9374e6260fc6d7fa Mon Sep 17 00:00:00 2001 From: Avimitin Date: Wed, 16 Oct 2024 13:25:28 +0800 Subject: [PATCH] [nix] remove abundant dollar usage Signed-off-by: Avimitin --- templates/chisel/nix/gcd/scripts/vcs-wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/chisel/nix/gcd/scripts/vcs-wrapper.sh b/templates/chisel/nix/gcd/scripts/vcs-wrapper.sh index 5496205..dcb0196 100755 --- a/templates/chisel/nix/gcd/scripts/vcs-wrapper.sh +++ b/templates/chisel/nix/gcd/scripts/vcs-wrapper.sh @@ -35,7 +35,7 @@ _daidir=$(basename "$_VCS_SIM_DAIDIR") export LD_LIBRARY_PATH="$PWD/$_daidir:$LD_LIBRARY_PATH" -"$_VCS_FHS_ENV" -c "./$_emu_name $_CM_ARG $_EXTRA_ARGS" &> >(tee $./vcs-emu-journal.log) +"$_VCS_FHS_ENV" -c "./$_emu_name $_CM_ARG $_EXTRA_ARGS" &> >(tee ./vcs-emu-journal.log) if [ -n "$_VCS_COV_DIR" ]; then "$_VCS_FHS_ENV" -c "urg -dir "./$_VCS_COV_DIR" -format text"