summaryrefslogtreecommitdiffstats
path: root/sys-utils/unshare.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/unshare.c')
-rw-r--r--sys-utils/unshare.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/unshare.c b/sys-utils/unshare.c
index 47dda94ad..7482a8bd3 100644
--- a/sys-utils/unshare.c
+++ b/sys-utils/unshare.c
@@ -99,7 +99,7 @@ static void setgroups_control(int action)
if (fd < 0) {
if (errno == ENOENT)
return;
- err(EXIT_FAILURE, _("cannot open %s"), file);
+ err(EXIT_FAILURE, _("cannot open %s"), file);
}
if (write_all(fd, cmd, strlen(cmd)))