Skip to content

Commit

Permalink
Fix launching gnome-terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
nrbrook committed Feb 26, 2020
1 parent 112cc6f commit a4d77ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nRF5-cmake.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ macro(nRF5_setup)
set(POST_OPTIONS -JLinkPath ${JLINK} -JLinkGDBServerPath ${JLINKGDBSERVER} -JLinkRTTClientPath ${JLINKRTTCLIENT})
set(COMMAND_SUFFIX ".ps1")
else()
set(TERMINAL "gnome-terminal")
set(TERMINAL "gnome-terminal" --)
set(COMMAND_SUFFIX "")
endif()

Expand Down

0 comments on commit a4d77ee

Please sign in to comment.