We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbaefef commit 98f94faCopy full SHA for 98f94fa
templates/chisel/nix/gcd/scripts/vcs-wrapper.sh
@@ -35,7 +35,7 @@ _daidir=$(basename "$_VCS_SIM_DAIDIR")
35
36
export LD_LIBRARY_PATH="$PWD/$_daidir:$LD_LIBRARY_PATH"
37
38
-"$_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)
39
40
if [ -n "$_VCS_COV_DIR" ]; then
41
"$_VCS_FHS_ENV" -c "urg -dir "./$_VCS_COV_DIR" -format text"
0 commit comments