diff options
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ reader_loop () executing = 1; stdin_redir = 0; #if defined (AUDIT_SHELL) - if (audited && interactive_shell && getuid () == 0) + if (audited && interactive_shell) { if (audit_start () < 0) { |