Re: Which Bash

2008-02-24 Thread Bob Proulx
Paul Jarc wrote: > Charlse Darwin wrote: > > i.e. How do I get the latest to be the login shell? > > You could add "exec bash" as the last command in ~/.bash_profile. I think I would avoid doing that unless the user is aware of the sublte and complex relationships that exist there. The bash_prof

Re: Which Bash

2008-02-24 Thread Bob Proulx
he /etc/passwd file (e.g. using 'vipw') and make the changes directly. > Which bash is being used by the system; 3.2.33(1)-release or 2.05b.0 > (1)-release? The system will continue to use the system version of bash. It won't know about your local copy installed into /us

Re: Which Bash

2008-02-24 Thread Paul Jarc
Charlse Darwin <[EMAIL PROTECTED]> wrote: > i.e. How do I get the latest to be the login shell? You could add "exec bash" as the last command in ~/.bash_profile. paul

Re: Which Bash

2008-02-24 Thread Charlse Darwin
Feb 24, 2008, at 7:56 AM, Bernd Eggink wrote: Charlse Darwin schrieb: $ echo $BASH_VERSION 2.05b.0(1)-release $ bash --version GNU bash, version 3.2.33(1)-release (powerpc-apple-darwin8.11.0) Copyright (C) 2007 Free Software Foundation, Inc. $ which bash /opt/local/bin/bash $ # Which bash is being

Re: Which Bash

2008-02-24 Thread Bernd Eggink
Charlse Darwin schrieb: $ echo $BASH_VERSION 2.05b.0(1)-release $ bash --version GNU bash, version 3.2.33(1)-release (powerpc-apple-darwin8.11.0) Copyright (C) 2007 Free Software Foundation, Inc. $ which bash /opt/local/bin/bash $ # Which bash is being used by the system; 3.2.33(1)-release or

Which Bash

2008-02-24 Thread Charlse Darwin
$ echo $BASH_VERSION 2.05b.0(1)-release $ bash --version GNU bash, version 3.2.33(1)-release (powerpc-apple-darwin8.11.0) Copyright (C) 2007 Free Software Foundation, Inc. $ which bash /opt/local/bin/bash $ # Which bash is being used by the system; 3.2.33(1)-release or 2.05b.0 (1)-release?

coordinating bash and coreutils: which bash?

2005-10-20 Thread Paul Eggert
A few months ago we went through a POSIX-compatibility sweep of coreutils, and in my nonexistent spare time I'd like to migrate some of those fixes into the Bash builtins that duplicate coreutils. Conversely, I'd like to migrate any fixes made by Bash in this area into coreutils. Which version of