Syntax wibble

This commit is contained in:
Parnell Springmeyer 2017-02-14 08:42:08 -06:00
parent e856d6efe8
commit 794b3721bc
No known key found for this signature in database
GPG Key ID: DCCF89258EAD874A

View File

@ -75,7 +75,7 @@ let
(s: if (s ? "capabilities")
then mkSetcapProgram
({ owner = "root";
, group = "root";
group = "root";
} // s)
else if
(s ? "setuid" && s.setuid == true) ||