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]

[PATCH] Don't use subshell redirect in mkconfig.sh


This patch avoids a bug in VMS bash and a limitation of the VMS filesystem.

A subprocess on VMS is unable to return an updated file position to
a parent process, so output from the subshell gets garbled.

Filenames can only contain one "." on VMS.



Attachment: mkconfig.sh_diff.txt
Description: Text document


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