Try copying the .bashrc files as something.txt from the computer where it doesn't work to a computer where it does work and use diff on the .txt and .bashrc files.
On Thu, Aug 9, 2012 at 4:13 PM, Robert Citek <[email protected]> wrote: > On Thu, Aug 9, 2012 at 4:23 PM, David Dooling > <[email protected]> wrote: > > On Thu, Aug 9, 2012 at 12:28 PM, Robert Citek <[email protected]> > wrote: > >> This seems to be a bash issue as the wrapper works just fine with bash > >> 4.1.2 and 4.1.5 (CentOS 6.3 and Ubuntu 10.04). But does not work with > >> bash 3.2.25 on Red Hat 5.8. > >> > >> Any thoughts on a workaround? > > > > I can't recreate because I don't have the problematic version of bash. > > Do you think the problem is with the interactive shell or the > > /bin/bash on the #! line of perl.sh? If the latter, why not just have > > the wrapper use another shell? ksh? > > The issue seems to be with the interactive shell. > > Regards, > - Robert > > -- > Central West End Linux Users Group (via Google Groups) > Main page: http://www.cwelug.org > To post: [email protected] > To subscribe: [email protected] > To unsubscribe: [email protected] > More options: http://groups.google.com/group/cwelug > -- Central West End Linux Users Group (via Google Groups) Main page: http://www.cwelug.org To post: [email protected] To subscribe: [email protected] To unsubscribe: [email protected] More options: http://groups.google.com/group/cwelug
