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]

Re: Minor DOS path handling fix.


Alexandre Oliva wrote:
> Don't use `[/\\]', it triggers a bug in a not-too-outdated version of
> bash.  `[\\/]' is the portable alternative.  You may want to review
> your earlier patches.  Sorry that I didn't recall this earlier.

Thanks. I just did a search in a whole GCC tree, and found similar
constructs in gcc, boehm-gc, libjava, libstdc++-v3 subdirs. Patch is
upcoming.

Laurynas

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