-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Execute Exec manually instead of through shell
This is safer and it removes the middle man (/bin/sh). This change was made because the latest specification is missing the [ character in the reserved characters section of the Exec key specification. [ has special meaning in dash, but the spec doesn't require it to be quoted. Passing Exec to the shell is incorrect because of this (the shell approach could be fixed, but this solution is better).
- Loading branch information
Showing
3 changed files
with
107 additions
and
37 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