SCP Problem SOLVED
Ken Moffat
kmoffat at drizzle.com
Sat Oct 27 23:29:10 PDT 2007
Kurt Wall wrote:
> Evidently, "exec /usr/local/bin/bash" was confusing scp. Putting the
> exec statement inside the last endif fixed it:
>
> f ($?prompt) then
> # An interactive shell -- set some stuff up
> set filec
> set history = 100
> set savehist = 100
> set mail = (/var/mail/$USER)
> if ( $?tcsh ) then
> bindkey "^W" backward-delete-word
> bindkey -k up history-search-backward
> bindkey -k down history-search-forward
> endif
> exec /usr/local/bin/bash
> endif
>
> Go figure.
>
> Kurt
>
Kurt,
How in the world did you find that?
ken
More information about the Linux-users
mailing list