mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Wrap with quotes as-per GCC's recommendation
This commit is contained in:
parent
c30cf645f8
commit
189a0c2579
@ -33,7 +33,7 @@ static char * wrapperType = "setcap";
|
||||
#elif defined WRAPPER_SETUID
|
||||
static char * wrapperType = "setuid";
|
||||
#else
|
||||
#error Program must be compiled with either the WRAPPER_SETCAP or WRAPPER_SETUID macro
|
||||
#error "Program must be compiled with either the WRAPPER_SETCAP or WRAPPER_SETUID macro"
|
||||
#endif
|
||||
|
||||
// Update the capabilities of the running process to include the given
|
||||
|
Loading…
Reference in New Issue
Block a user