diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Src/init.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 4695a9a2c..cf48542aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-28 Peter Stephenson <pws@csr.com> + + * 22783: Frank Terbeck: Src/init.c: don't load zsh/newuser + unless interactive. + 2006-09-27 Peter Stephenson <pws@csr.com> * 22780: Completion/Base/Utility/_arguments: diff --git a/Src/init.c b/Src/init.c index 50bdec59d..4121e9b70 100644 --- a/Src/init.c +++ b/Src/init.c @@ -958,7 +958,7 @@ run_init_scripts(void) source(GLOBAL_ZSHENV); #endif - if (isset(RCS) && unset(PRIVILEGED)) + if (isset(RCS) && isset(INTERACTIVE) && unset(PRIVILEGED)) { /* * Always attempt to load the newuser module to perform |