This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gdbarch.sh -- sh vs bash


David Taylor wrote:
> 
> gdbarch.sh used to have the line:
> 
>     #!/usr/local/bin/bash -u
> 
> but it was recently changed to:
> 
>     #!/bin/sh -u
> 
> Unfortunately, sh doesn't currently work for this script.

I thought I'd fixed this.  Hmm, the /bin/sh I used was ASH so I only
fixed ASH vs BASH bugs.  I'll try again....

	Andrew

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]