Skip to content

Commit 98f94fa

Browse files
committed
[nix] remove abundant dollar usage
Signed-off-by: Avimitin <[email protected]>
1 parent cbaefef commit 98f94fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/chisel/nix/gcd/scripts/vcs-wrapper.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ _daidir=$(basename "$_VCS_SIM_DAIDIR")
3535

3636
export LD_LIBRARY_PATH="$PWD/$_daidir:$LD_LIBRARY_PATH"
3737

38-
"$_VCS_FHS_ENV" -c "./$_emu_name $_CM_ARG $_EXTRA_ARGS" &> >(tee $./vcs-emu-journal.log)
38+
"$_VCS_FHS_ENV" -c "./$_emu_name $_CM_ARG $_EXTRA_ARGS" &> >(tee ./vcs-emu-journal.log)
3939

4040
if [ -n "$_VCS_COV_DIR" ]; then
4141
"$_VCS_FHS_ENV" -c "urg -dir "./$_VCS_COV_DIR" -format text"

0 commit comments

Comments
 (0)