-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Execute commands directly using execv (#24)
* Execute commands directly using execv There is no reason to start an intermediate shell. * Updated version/changelog. Unrelated to PR but done for testing this and future PR's, suspended default redirect to /dev/null for debug builds. Unrelated to PR; spell checker pass on markdown docs. Co-authored-by: David Cheeseman <[email protected]>
- Loading branch information
1 parent
1b9420b
commit 3659e50
Showing
5 changed files
with
18 additions
and
13 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
|
||
#define VERS_MAJOR 1 | ||
#define VERS_MINOR 1 | ||
#define VERS_REVISION 5 | ||
#define VERS_REVISION 6 | ||
|
||
#endif |