Skip to content

Commit

Permalink
Fix: quote readlink to fix windows make check (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting authored Mar 5, 2025
2 parents 8ab1fec + 32d40b1 commit fa0ea69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/common/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ endif
@echo "NEORV32_HOME: $(NEORV32_HOME)"
@echo "---------------- Check: Shell ----------------"
@echo ${SHELL}
@readlink -f ${SHELL}
@readlink -f "${SHELL}"
@echo "---------------- Check: $(CC) ----------------"
@$(CC) -v
@echo "---------------- Check: $(OBJDUMP) ----------------"
Expand Down

0 comments on commit fa0ea69

Please sign in to comment.