diff options
Diffstat (limited to 'libbb/change_identity.c')
-rw-r--r-- | libbb/change_identity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/change_identity.c b/libbb/change_identity.c index 20d7c5f2d..9ff741234 100644 --- a/libbb/change_identity.c +++ b/libbb/change_identity.c | |||
@@ -51,7 +51,7 @@ void FAST_FUNC change_identity(const struct passwd *pw) | |||
51 | return; | 51 | return; |
52 | } | 52 | } |
53 | 53 | ||
54 | bb_perror_msg_and_die("can't set groups"); | 54 | bb_simple_perror_msg_and_die("can't set groups"); |
55 | } | 55 | } |
56 | 56 | ||
57 | xsetgid(pw->pw_gid); | 57 | xsetgid(pw->pw_gid); |