Skip to content

Single character folders being treated as Directories #1405

@ashish-gawali-adi

Description

@ashish-gawali-adi

While building the directory C:/some/p/direc is being replaced to C:/some/p:direc the culprit is line | sed -r -e 's/\/([A-Za-z])\//\1:\//g' in gcc.mk. The line needs to be updated to | sed -r -e 's/ \/([A-Za-z])\// \1:\//g'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions