Bug#416441: Patch

2007-03-31 Thread Erik Johansson
The attached patch fixes the problem for me. // Erik -- Fatal error! Hit any user to continue... Erik Johansson http://ejohansson.se --- _module.ORG 2007-03-31 17:47:42.0 +0200 +++ _module 2007-03-31 17:55:08.0 +0200 @@ -83,7 +83,7 @@ # Fills the available modules cache _modul

Bug#416441: Patch

2007-03-31 Thread Clint Adams
On Sat, Mar 31, 2007 at 06:41:27PM +0200, Erik Johansson wrote: > The attached patch fixes the problem for me. Thanks. > --- _module.ORG 2007-03-31 17:47:42.0 +0200 > +++ _module 2007-03-31 17:55:08.0 +0200 > @@ -83,7 +83,7 @@ > # Fills the available modules cache > _mod

Bug#416441: Patch

2007-03-31 Thread Erik Johansson
On Saturday 31 March 2007 19:01, Clint Adams wrote: > On Sat, Mar 31, 2007 at 06:41:27PM +0200, Erik Johansson wrote: > > The attached patch fixes the problem for me. On second thought, I think this is a better solution: if ( [[ -n "$MODULEPATH" ]] && [[ ${+_available_modules} -eq 0 ]] ); Since,

Bug#416441: Patch

2007-03-31 Thread Bart Schaefer
On Mar 31, 1:01pm, Clint Adams wrote: } Subject: Re: Bug#416441: Patch } } On Sat, Mar 31, 2007 at 06:41:27PM +0200, Erik Johansson wrote: } > The attached patch fixes the problem for me. } } Thanks. } } > --- _module.ORG 2007-03-31 17:47:42.0 +0200 } > +++ _module 2007-03