summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index e493643..a9937a8 100644
--- a/eval.c
+++ b/eval.c
@@ -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)
{