This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] config-ml.in options with single quotes (PR bootstrap/18033)


> case $option in
> \'*\') eval option=$option;;
> esac

	I'm just trying to remove the extra quoting.  If you and DJ agree
that method is more complete, it's fine with me.  That version also works
correctly in my tests.

Thanks, David


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