Re: bash_profile ?

2005-09-16 Thread Chris F.A. Johnson
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

bash_profile ?

2005-09-16 Thread Richard Nagle
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

Re: check for strtoimax fails if strtoimax is a macro.

2005-09-16 Thread Steve Ellcey
> > 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. >