|
From: | Bernd Eggink |
Subject: | Re: Which Bash |
Date: | Sun, 24 Feb 2008 13:56:08 +0100 |
User-agent: | Thunderbird 2.0.0.9 (X11/20071031) |
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 2.05b.0(1)-release?
Looks like there are at least 2 versions on your system: Your login shell is probably bash-2.05b, while /opt/local/bin/bash (the latest version) is found via $PATH. Check your account data and PATH setting to verify it.
Regards, Bernd -- Bernd Eggink monoped@sudrala.de http://sudrala.de
[Prev in Thread] | Current Thread | [Next in Thread] |