aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crontab.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/crontab.c')
-rw-r--r--miscutils/crontab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/crontab.c b/miscutils/crontab.c
index 96dc4741a..c71d914fc 100644
--- a/miscutils/crontab.c
+++ b/miscutils/crontab.c
@@ -107,7 +107,7 @@ int crontab_main(int argc UNUSED_PARAM, char **argv)
107 if (sanitize_env_if_suid()) { /* Clears dangerous stuff, sets PATH */ 107 if (sanitize_env_if_suid()) { /* Clears dangerous stuff, sets PATH */
108 /* Run by non-root */ 108 /* Run by non-root */
109 if (opt_ler & (OPT_u|OPT_c)) 109 if (opt_ler & (OPT_u|OPT_c))
110 bb_error_msg_and_die(bb_msg_you_must_be_root); 110 bb_simple_error_msg_and_die(bb_msg_you_must_be_root);
111 } 111 }
112 112
113 if (opt_ler & OPT_u) { 113 if (opt_ler & OPT_u) {