From f01cd5ef34883f8c48d88476d18eaabd7cc8f53d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Wed, 26 Nov 2014 11:44:00 -0500 Subject: [PATCH 1/1] lib/privileges: fix old workaround for nitc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/privileges.nit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/privileges.nit b/lib/privileges.nit index c542576..f17a28e 100644 --- a/lib/privileges.nit +++ b/lib/privileges.nit @@ -90,8 +90,7 @@ class OptionUserAndGroup return new UserGroup(words[0], words[1]) else errors.add("Option {names.join(", ")} expected parameter in the format \"user:group\" or simply \"user\".\n") - abort # FIXME only for nitc, remove and replace with next line when FFI is working in nitg - #return null + return null end end end -- 1.7.9.5