Skip to content

Commit

Permalink
Update error message in common.mk
Browse files Browse the repository at this point in the history
Add "tmux" to error message if it is missing.

Signed-off-by: Eric Schneider <[email protected]>
Reviewed-by: Joakim Bech <[email protected]>
  • Loading branch information
eric-unc authored and jenswi-linaro committed Oct 29, 2024
1 parent d014819 commit 852f0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ define launch-terminal
$(xterm) -title $(2) -e $(BASH) -c "$(BUILD_PATH)/soc_term.py $(1)" &
endef
else
check-terminal := @echo "Error: could not find gnome-terminal, konsole nor xterm" ; false
check-terminal := @echo "Error: could not find tmux, gnome-terminal, konsole nor xterm" ; false
endif # xterm
endif # konsole
endif # gnome-terminal
Expand Down

0 comments on commit 852f0b6

Please sign in to comment.