Skip to content

Commit

Permalink
[nix] remove abundant dollar usage
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Oct 16, 2024
1 parent cbaefef commit 98f94fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/chisel/nix/gcd/scripts/vcs-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 98f94fa

Please sign in to comment.