This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] fix elf/ldd.bash.in syntax errors


On Tuesday 21 September 2004 09:41 am, Petter Reinholdtsen wrote:
> > -  add_env="$add_env LD_DEBUG="$LD_DEBUG${LD_DEBUG:+,}unused"
> > +  add_env="$add_env LD_DEBUG="$LD_DEBUG${LD_DEBUG:+,}unused""
>
> Don't you need some escaping in front of the inner quotes?  Something
> like this?

i was just getting it to at least past *basic* syntax checks ... the fact that 
the quotes are embedded seems to be another mistake by whoever wrote the ldd 
bash script, but i cant say for sure since i can only guess at the intentions 
of that line
-mike


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