aboutsummaryrefslogtreecommitdiff
path: root/coreutils/id.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/id.c')
-rw-r--r--coreutils/id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/id.c b/coreutils/id.c
index 00c0cd8ab..f20cd7d09 100644
--- a/coreutils/id.c
+++ b/coreutils/id.c
@@ -231,7 +231,7 @@ int id_main(int argc UNUSED_PARAM, char **argv)
231 } 231 }
232 } else if (n < 0) { /* error in get_groups() */ 232 } else if (n < 0) { /* error in get_groups() */
233 if (ENABLE_DESKTOP) 233 if (ENABLE_DESKTOP)
234 bb_error_msg_and_die("can't get groups"); 234 bb_simple_error_msg_and_die("can't get groups");
235 return EXIT_FAILURE; 235 return EXIT_FAILURE;
236 } 236 }
237 if (ENABLE_FEATURE_CLEAN_UP) 237 if (ENABLE_FEATURE_CLEAN_UP)