On Fri, 16 Sep 2005, Richard Nagle wrote:
Are there any good bash_profile links,
of showing how to create a good simple bash_profile,
that would also include $PATH.
My .bash_profile is:
if [ -f $HOME/.bashrc ]; then
source $HOME/.bashrc
fi
My .bashrc is long, and very personal, as
Are there any good bash_profile links,
of showing how to create a good simple bash_profile,
that would also include $PATH.
Thanks -
Richard
___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash
> > Fix:
> > The fix would seem to be to improve the bash configure script to
> > take into account the fact that strtoimax might be a macro.
>
> Perhaps. But developing those configure tests and getting them right
> for all platforms will be tricky while the system fix is very simple.
>