[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RE: bash is interactive despite -c option?
From: |
cpr |
Subject: |
Re: RE: bash is interactive despite -c option? |
Date: |
Fri, 06 Jun 2003 14:07:42 -0400 |
> Since I used ssh to login, I now have some clue. I'll
> proceed to download the bash sources and lookup the code
> dealing with SSH_SOURCE_BASHRC. Perhaps bash is confused
> by presence of some ssh environment variable(s)?
Look at shell.c:run_startup_files() and
lib/sh/netconn.c:isnetconn().
Chet