diff options
Diffstat (limited to 'coreutils/id.c')
-rw-r--r-- | coreutils/id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/id.c b/coreutils/id.c index 00c0cd8..f20cd7d 100644 --- a/coreutils/id.c +++ b/coreutils/id.c @@ -231,7 +231,7 @@ int id_main(int argc UNUSED_PARAM, char **argv) } } else if (n < 0) { /* error in get_groups() */ if (ENABLE_DESKTOP) - bb_error_msg_and_die("can't get groups"); + bb_simple_error_msg_and_die("can't get groups"); return EXIT_FAILURE; } if (ENABLE_FEATURE_CLEAN_UP) |