RE: interactive shell is incorrect

2003-06-06 Thread David Thompson
when the -c option is present? I need to study the bash man pages and pursue as a bash problem ... Paul, thanks for your help! -- David Thompson Foster City, CA ___ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make

RE: interactive shell is incorrect

2003-06-06 Thread David Thompson
> From: Paul D. Smith [mailto:[EMAIL PROTECTED] > %% David Thompson <[EMAIL PROTECTED]> writes: > dt> BASH_ENV is no, but ENV is yes. > > dt> $ echo $BASE_ENV > > dt> $ echo $ENV > dt> /home/davidt/.kshrc > > dt> My login shel

RE: interactive shell is incorrect

2003-06-06 Thread David Thompson
s (somewhere) because bash thinks it is invoked as an interactive shell, even with BASH_ENV and ENV unset, so bash sources ~/.bashrc. Clearly bash is not supposed to be doing that. I also contend the bug is with make since the behavior is only seen in recursive invocations of make. Can yo

interactive shell is incorrect

2003-06-05 Thread David Thompson
same as line 49. Can someone explain this behavior? And what is the correct behavior? I assume only line 51 shows correct behavior. Is this 0, 1, or 2 bugs? Is this a known bug? -- David Thompson Foster City, CA ___ Bug-make mailing list [EMAIL