forked from maidsafe/autonomi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: change terminal launch behaviour
On Linux, the `TERM` variable is not really appropriate for selecting which terminal is in use, so this has been removed. It can be set to a completely different value, like `xterm-256color`, which does not necessarily correspond to the running terminal. The `sudo` was also removed from the terminal launch mechanism. On the Windows front, I updated Windows Terminal to not use the `/c` argument. It simply just passes the command to the terminal. Also fixed another couple of issues: * Compile the node manager correctly on Windows. * The use of `<service>` in doc comments was being flagged as an unclosed HTML tag.
- Loading branch information
Showing
3 changed files
with
11 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters